summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-03-20tipc: Use inlined rhashtable interfaceHerbert Xu
2015-03-20netfilter: Convert nft_hash to inlined rhashtableHerbert Xu
2015-03-20netlink: Move namespace into hash keyHerbert Xu
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt
2015-03-20ipv6: fix backtracking for throw routesSteven Barth
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet
2015-03-19tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner
2015-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne
2015-03-19tipc: do not report -EHOSTUNREACH for failed local deliveryErik Hugne
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne
2015-03-19mac802154: fix typo in header guardNicolas Iooss
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-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-18Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann
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