summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-19bridge: add ageing_time, stp_state, priority over netlinkJörg Thalheim1-1/+31
2015-03-19net: Fix high overhead of vlan sub-device teardown.David S. Miller2-7/+19
2015-03-19inet: add a schedule point in inet_twsk_purge()Eric Dumazet1-0/+1
2015-03-19net: add support for phys_port_nameDavid Ahern3-0/+62
2015-03-19ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner8-80/+47
2015-03-19ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2-14/+52
2015-03-19inet: request sock should init IPv6/IPv4 addressesEric Dumazet4-10/+10
2015-03-19inet: get rid of last __inet_hash_connect() argumentEric Dumazet2-6/+5
2015-03-19ipv6: get rid of __inet6_hash()Eric Dumazet4-73/+11
2015-03-19inet: add IPv6 support to sk_ehashfn()Eric Dumazet6-45/+26
2015-03-19net: introduce sk_ehashfn() helperEric Dumazet1-11/+6
2015-03-19netns: constify net_hash_mix() and various callersEric Dumazet6-25/+25
2015-03-18net: Add max rate tx queue attributeJohn Fastabend1-12/+55
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftHerbert Xu1-2/+2
2015-03-18netlink: Use rhashtable max_size instead of max_shiftHerbert Xu1-1/+1
2015-03-18netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso1-9/+11
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches4-10/+18
2015-03-18Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann1-3/+5
2015-03-18act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann1-8/+28
2015-03-18tipc: withdraw tipc topology server name when namespace is deletedYing Xue1-0/+3
2015-03-18tipc: fix a potential deadlock when nametable is purgedYing Xue1-2/+2
2015-03-18tipc: fix netns refcnt leakYing Xue3-92/+39
2015-03-18inet: fix request sock refcountingEric Dumazet4-12/+11
2015-03-18inet: avoid fastopen lock for regular accept()Eric Dumazet1-2/+4
2015-03-18tcp: rename struct tcp_request_sock listenerEric Dumazet6-24/+14
2015-03-18inet: add rsk_listener field to struct request_sockEric Dumazet1-1/+1
2015-03-18inet: uninline inet_reqsk_alloc()Eric Dumazet1-0/+24
2015-03-18inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet5-10/+5
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet1-0/+30
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet1-0/+25
2015-03-17netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet1-12/+22
2015-03-17netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet1-6/+12
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet5-6/+6
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov1-22/+50
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet1-0/+1
2015-03-17ip6_tunnel: fix error code when tunnel existsNicolas Dichtel1-16/+17
2015-03-17Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg1-8/+67
2015-03-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+20
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg2-112/+115
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg1-2/+3
2015-03-17Bluetooth: Add generic mgmt helper APIJohan Hedberg4-197/+265
2015-03-17Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg1-46/+62
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg1-0/+5
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski3-10/+70
2015-03-17Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.Jakub Pawlowski1-65/+85
2015-03-17Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann1-0/+16
2015-03-17Bluetooth: Fix length for Read Local OOB Extended Data respone packetMarcel Holtmann1-1/+1
2015-03-16tcp_metrics: fix wrong lockdep annotationsEric Dumazet1-12/+8
2015-03-16dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko1-2/+1
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue1-1/+1