summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-24ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa1-0/+2
2015-03-24ipv6: do retries on stable privacy addressesHannes Frederic Sowa1-0/+1
2015-03-24ipv6: 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-21net: neighbour: Add mcast_resolicit to configure the number of multicast reso...YOSHIFUJI Hideaki/吉藤英明1-0/+1
2015-03-21switchdev: kernel-doc cleanup on swithdev opsScott Feldman1-16/+7
2015-03-21act_bpf: add initial eBPF support for actionsDaniel Borkmann1-1/+5
2015-03-21Merge 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-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-4/+0
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet1-0/+5
2015-03-19inet: get rid of last __inet_hash_connect() argumentEric Dumazet1-3/+1
2015-03-19ipv6: get rid of __inet6_hash()Eric Dumazet2-2/+1
2015-03-19inet: add IPv6 support to sk_ehashfn()Eric Dumazet1-0/+19
2015-03-19net: introduce sk_ehashfn() helperEric Dumazet1-0/+2
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet2-5/+5
2015-03-18inet: fix request sock refcountingEric Dumazet3-6/+11
2015-03-18inet: add rsk_listener field to struct request_sockEric Dumazet1-3/+9
2015-03-18inet: uninline inet_reqsk_alloc()Eric Dumazet1-22/+2
2015-03-18inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet1-3/+6
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-30/+2
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-25/+0
2015-03-17inet: move ir_mark to fill a holeEric Dumazet1-6/+5
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg1-3/+0
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg1-0/+1
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg1-0/+1
2015-03-17Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERYJakub Pawlowski1-0/+8
2015-03-17Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann2-0/+8
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2015-03-16inet: add proper refcounting to request sockEric Dumazet3-6/+17
2015-03-16net: add sk_fullsock() helperEric Dumazet1-0/+9
2015-03-16Bluetooth: Add constants for LE SC Confirmation and Random valuesMarcel Holtmann1-0/+2
2015-03-16mac80211: allow to get wireless_dev structure from ieee80211_vifEmmanuel Grumbach1-0/+13
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann1-1/+0
2015-03-16switchdev: add swdev opsScott Feldman1-0/+38
2015-03-15Bluetooth: Add simple version of Read Local OOB Extended Data commandMarcel Holtmann1-0/+11
2015-03-15Bluetooth: Add defines for LE Bluetooth Device Address and LE RoleMarcel Holtmann1-0/+2
2015-03-15Bluetooth: Add simple version of Read Advertising Features commandMarcel Holtmann1-0/+11
2015-03-15Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n)Marcel Holtmann1-4/+4