summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-18bridge: add ageing_time, stp_state, priority over netlinkJörg Thalheim
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2015-03-18inet: add a schedule point in inet_twsk_purge()Eric Dumazet
2015-03-18rocker: add support for phys_port_nameDavid Ahern
2015-03-18net: add support for phys_port_nameDavid Ahern
2015-03-18vxlan: Move socket initialization to within rtnl scopeMarcelo Ricardo Leitner
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner
2015-03-18Merge branch 'listen_refactor_part_13'David S. Miller
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet
2015-03-18inet: get rid of last __inet_hash_connect() argumentEric Dumazet
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet
2015-03-18net: introduce sk_ehashfn() helperEric Dumazet
2015-03-18netns: constify net_hash_mix() and various callersEric Dumazet
2015-03-18Merge branch 'txq_max_rate'David S. Miller
2015-03-18net/mlx4_en: Add tx queue maxrate supportOr Gerlitz
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz
2015-03-18net: Add max rate tx queue attributeJohn Fastabend
2015-03-18Merge branch 'rhashtable_remove_shift'David S. Miller
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu
2015-03-18test_rhashtable: Use rhashtable max_size instead of max_shiftHerbert Xu
2015-03-18tipc: Use rhashtable max/min_size instead of max/min_shiftHerbert Xu
2015-03-18netlink: Use rhashtable max_size instead of max_shiftHerbert Xu
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu
2015-03-18Merge branch 'xgene-next'David S. Miller
2015-03-18drivers: net: xgene: Add second SGMII based 1G interfaceKeyur Chudgar
2015-03-18dtb: xgene: Add second SGMII based 1G interface nodeKeyur Chudgar
2015-03-18Documentation: dtb: Add port-id field for APM X-Gene ethernetKeyur Chudgar
2015-03-17Merge branch 'tipc_netns_leak'David S. Miller
2015-03-17tipc: withdraw tipc topology server name when namespace is deletedYing Xue
2015-03-17tipc: fix a potential deadlock when nametable is purgedYing Xue
2015-03-17tipc: fix netns refcnt leakYing Xue
2015-03-17Merge branch 'listener_refactor_part_12'David S. Miller
2015-03-17inet: fix request sock refcountingEric Dumazet
2015-03-17inet: avoid fastopen lock for regular accept()Eric Dumazet
2015-03-17tcp: rename struct tcp_request_sock listenerEric Dumazet
2015-03-17inet: add rsk_listener field to struct request_sockEric Dumazet
2015-03-17inet: uninline inet_reqsk_alloc()Eric Dumazet
2015-03-17inet: add sk_listener argument to inet_reqsk_alloc()Eric Dumazet
2015-03-17Merge branch 'listener_refactor_part_11'David S. Miller
2015-03-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric Dumazet
2015-03-17inet: move ir_mark to fill a holeEric Dumazet
2015-03-17netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV supportEric Dumazet
2015-03-17netfilter: tproxy: prepare TCP_NEW_SYN_RECV supportEric Dumazet
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov
2015-03-17Merge branch 'const_of_device_id'David S. Miller