summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: simplify inetpeer_addr_base useJiri Benc2015-03-311-1/+2
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-313-0/+62
|\
| * Bluetooth: Add macros for advertising instance flagsArman Uguray2015-03-261-0/+8
| * Bluetooth: Add support for adv instance timeoutArman Uguray2015-03-241-0/+2
| * Bluetooth: Add data structure for advertising instanceArman Uguray2015-03-241-0/+16
| * Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsArman Uguray2015-03-241-0/+2
| * Bluetooth: Add definitions for Add/Remove Advertising APIArman Uguray2015-03-241-0/+34
* | net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck2015-03-291-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-291-14/+176
|\ \
| * | netfilter: nf_tables: implement set transaction supportPatrick McHardy2015-03-261-7/+26
| * | netfilter: nf_tables: add transaction helper functionsPatrick McHardy2015-03-261-0/+28
| * | netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy2015-03-261-1/+3
| * | netfilter: nf_tables: consolide set element destructionPatrick McHardy2015-03-261-0/+2
| * | netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy2015-03-251-4/+10
| * | netfilter: nf_tables: add set extensionsPatrick McHardy2015-03-251-0/+105
| * | netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy2015-03-251-2/+2
* | | tcp: tcp_syn_flood_action() can be staticEric Dumazet2015-03-291-2/+0
* | | ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-2/+3
* | | ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-251-5/+7
* | | sctp: avoid to repeatedly declare external variablesYing Xue2015-03-251-0/+3
|/ /
* | tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-241-4/+4
* | tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-241-16/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-0/+10
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-221-0/+10
| |\ \
| | * | netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-0/+10
* | | | ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa2015-03-231-0/+2
* | | | ipv6: do retries on stable privacy addressesHannes Frederic Sowa2015-03-231-0/+1
* | | | ipv6: collapse state_lock and lockHannes Frederic Sowa2015-03-231-2/+1
* | | | ipv4: tcp: handle ICMP messages on TCP_NEW_SYN_RECV request socketsEric Dumazet2015-03-231-0/+1
* | | | net: convert syn_wait_lock to a spinlockEric Dumazet2015-03-231-8/+3
* | | | inet: remove sk_listener parameter from syn_ack_timeout()Eric Dumazet2015-03-232-3/+2
* | | | net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明2015-03-201-0/+1
* | | | switchdev: kernel-doc cleanup on swithdev opsScott Feldman2015-03-201-16/+7
* | | | act_bpf: add initial eBPF support for actionsDaniel Borkmann2015-03-201-1/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-202-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-03-161-0/+1
| |\ \ \
| | * | | xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang2015-02-121-0/+1
| * | | | vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-131-0/+1
| | |/ / | |/| |
* | | | net: increase sk_[max_]ack_backlogEric Dumazet2015-03-201-2/+2
* | | | inet: get rid of central tcp/dccp listener timerEric Dumazet2015-03-203-58/+46
* | | | inet: drop prev pointer handling in request sockEric Dumazet2015-03-204-14/+16
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-03-194-8/+83
|\ \ \ \ | | |_|/ | |/| |
| * | | Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg2015-03-171-3/+0
| * | | Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg2015-03-171-0/+1
| * | | Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg2015-03-171-0/+1
| * | | Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERYJakub Pawlowski2015-03-171-0/+8
| * | | Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann2015-03-172-0/+8
| * | | Bluetooth: Add constants for LE SC Confirmation and Random valuesMarcel Holtmann2015-03-161-0/+2
| * | | Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann2015-03-161-1/+0
| * | | Bluetooth: Add simple version of Read Local OOB Extended Data commandMarcel Holtmann2015-03-151-0/+11