summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-31xfrm: simplify xfrm_address_t useJiri Benc1-3/+3
2015-03-31tcp: simplify inetpeer_addr_base useJiri Benc1-1/+2
2015-03-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-0/+62
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck1-0/+6
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-14/+176
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet1-2/+0
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy1-7/+26
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy1-0/+28
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy1-1/+3
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy1-0/+2
2015-03-26Bluetooth: Add macros for advertising instance flagsArman Uguray1-0/+8
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-2/+3
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-5/+7
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy1-4/+10
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+105
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue1-0/+3
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy1-2/+2
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet1-4/+4
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet1-16/+13
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+10
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa1-0/+2
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa1-0/+1
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa1-2/+1
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray1-0/+2
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray1-0/+16
2015-03-24Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsArman Uguray1-0/+2
2015-03-24Bluetooth: Add definitions for Add/Remove Advertising APIArman Uguray1-0/+34
2015-03-23ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet1-0/+1
2015-03-23net: convert syn_wait_lock to a spinlockEric Dumazet1-8/+3
2015-03-23inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2-3/+2
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+10
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明1-0/+1
2015-03-20switchdev: kernel-doc cleanup on swithdev opsScott Feldman1-16/+7
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann1-1/+5
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+2
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet3-58/+46
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet4-14/+16
2015-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-8/+83
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso1-0/+10
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-4/+0
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet1-0/+5
2015-03-18inet: get rid of last __inet_hash_connect() argumentEric Dumazet1-3/+1
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet2-2/+1
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet1-0/+19
2015-03-18net: introduce sk_ehashfn() helperEric Dumazet1-0/+2
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet2-5/+5
2015-03-17inet: fix request sock refcountingEric Dumazet3-6/+11
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet1-3/+9
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet1-22/+2