summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
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-18net: add support for phys_port_nameDavid Ahern
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-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-18net: Add max rate tx queue attributeJohn Fastabend
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-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-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-17tcp: uninline tcp_oow_rate_limited()Eric Dumazet
2015-03-17tcp: move tcp_openreq_init() to tcp_input.cEric 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-16tcp_metrics: fix wrong lockdep annotationsEric Dumazet
2015-03-16dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko
2015-03-16net: kernel socket should be released in init_net namespaceYing Xue
2015-03-16inet: add proper refcounting to request sockEric Dumazet
2015-03-16inet: factorize sock_edemux()/sock_gen_put() codeEric Dumazet
2015-03-16inet_diag: allow sk_diag_fill() to handle request socksEric Dumazet
2015-03-16inet: ip early demux should avoid request socketsEric Dumazet
2015-03-16switchdev: use new swdev opsScott Feldman
2015-03-15bpf: allow extended BPF programs access skb fieldsAlexei Starovoitov
2015-03-15ebpf: add helper for obtaining current processor idDaniel Borkmann
2015-03-15ebpf: add prandom helper for packet samplingDaniel Borkmann
2015-03-14net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli
2015-03-14inet_diag: factorize code in new inet_diag_msg_common_fill() helperEric Dumazet
2015-03-14inet_diag: adjust inet_sk_diag_fill() bug conditionEric Dumazet
2015-03-14inet: fill request sock ir_iif for IPv4Eric Dumazet
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy
2015-03-14tipc: split link outqueueJon Paul Maloy
2015-03-14tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy
2015-03-14tipc: extract bundled buffers by cloning instead of copyingJon Paul Maloy
2015-03-14tipc: eliminate unnecessary linearization of incoming buffersJon Paul Maloy
2015-03-14tipc: move message validation function to msg.cJon Paul Maloy