aboutsummaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_conntrack: reserve two bytes for nf_ct_ext->lenAndrey Vagin2015-04-131-2/+2
* ipv4: try to cache dst_entries which would cause a redirectlp5.0Hannes Frederic Sowa2015-02-071-5/+6
* prima: Import release 3.8.20.24Steve Kondik2015-01-021-0/+15
* [PATCH] netlink: add signed typesJiri Pirko2014-11-121-0/+98
* net: socket: Added notifier chains for socket administrative functionsHarout Hedeshian2014-11-111-0/+11
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2014-11-111-1/+0
* Merge branch 'android-3.4' of https://android.googlesource.com/kernel/common ...Steve Kondik2014-10-2026-42/+152
|\
| * Handle 'sk' being NULL in UID-based routing.Sreeram Ramachandran2014-07-081-1/+1
| * net: core: Support UID-based routing.Lorenzo Colitti2014-07-074-4/+17
| * net: support marking accepting TCP socketsLorenzo Colitti2014-05-122-0/+11
| * net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-124-0/+8
| * net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2014-05-101-0/+2
| * tcp: add a sysctl to config the tcp_default_init_rwndJP Abgrall2014-01-271-0/+1
| * Merge remote-tracking branch 'stable/linux-3.4.y' into android-3.4JP Abgrall2013-10-239-6/+29
| |\
| | * ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-132-5/+9
| | * ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-281-0/+1
| | * ipv6,mcast: always hold idev->lock before mca_lockAmerigo Wang2013-07-281-0/+3
| | * Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg2013-06-202-0/+2
| | * ipv6: do not clear pinet6 fieldEric Dumazet2013-05-191-0/+12
| | * tcp: force a dst refcount when prequeue packetEric Dumazet2013-05-191-0/+1
| | * net: fix incorrect credentials passingLinus Torvalds2013-05-011-1/+1
| * | net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2013-06-263-3/+58
| * | ipv6: introdcue __ipv6_addr_needs_scope_id and ipv6_iface_scope_id helper fun...Hannes Frederic Sowa2013-06-261-0/+12
| * | Merge tag 'v3.4.39' into android-3.4Colin Cross2013-04-052-7/+14
| |\|
| | * inet: limit length of fragment queue hash table bucket listsHannes Frederic Sowa2013-03-281-0/+9
| | * ipv4: fix definition of FIB_TABLE_HASHSZDenis V. Lunev2013-03-281-7/+5
| * | Merge tag 'v3.4.35' into android-3.4Colin Cross2013-03-1111-7/+37
| |\|
| | * ipv6: use a stronger hash for tcpEric Dumazet2013-02-283-4/+17
| | * net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue2013-02-281-1/+1
| | * tcp: implement RFC 5961 3.2Eric Dumazet2013-01-111-0/+1
| | * inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sockChristoph Paasch2013-01-111-0/+1
| | * mac80211: verify that skb data is presentJohannes Berg2012-11-171-0/+9
| | * ipvs: fix oops on NAT reply in br_nf contextLin Ming2012-10-211-1/+1
| | * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-211-0/+1
| | * xfrm: Workaround incompatibility of ESN and async cryptoSteffen Klassert2012-10-131-0/+3
| | * Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-10-021-1/+1
| | * af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2012-10-021-1/+3
| | * tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-021-0/+2
| * | af_netlink: force credentials passing [CVE-2012-3520]Eric Dumazet2012-09-181-1/+3
| * | Merge commit 'v3.4.5' into android-3.4Colin Cross2012-07-164-4/+38
| |\|
| | * bonding: Fix corrupted queue_mappingEric Dumazet2012-07-161-2/+5
| | * inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet2012-07-161-1/+4
| | * cipso: handle CIPSO options correctly when NetLabel is disabledPaul Moore2012-07-161-1/+28
| | * ipv6: fix incorrect ipsec fragmentGao feng2012-06-101-0/+1
* | | net: ipv6: autoconf routes into per-device tablesLorenzo Colitti2014-06-291-0/+2
* | | mac80211: implement HS2.0 gratuitous ARP/unsolicited NA droppingJohannes Berg2014-06-121-0/+9
* | | cfg80211: Pass TDLS peer capability information in tdls_mgmtSunil Dutt2014-05-271-1/+4
* | | cfg80211: Advertise maximum associated STAs in AP modeJouni Malinen2014-05-271-0/+7
* | | cfg80211: Allow BSS hint to be provided for connectJouni Malinen2014-05-271-0/+8
* | | cfg80211: Add support for QoS mappingKyeyoon Park2014-05-271-1/+52