aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23switchdev: fix stp update API to work with layered netdevicesRoopa Prabhu1-4/+13
2015-03-23net: clear skb->priority when forwarding to another netnsWANG Cong1-0/+1
2015-03-23net: socket: add support for async operationstadeusz.struk@intel.com2-2/+8
2015-03-21netlink: Remove netlink_compare_arg.trailerHerbert Xu1-2/+3
2015-03-20net: neighbour: Add mcast_resolicit to configure the number of multicast resolicitations in PROBE state.YOSHIFUJI Hideaki/吉藤英明1-4/+11
2015-03-20net: dsa: make NET_DSA manually selectable from the configMathieu Olivari1-1/+4
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-1/+0
2015-03-20act_bpf: add initial eBPF support for actionsDaniel Borkmann1-82/+213
2015-03-20ebpf: add sched_act_type and map it to sk_filter's verifier opsDaniel Borkmann1-0/+6
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-100/+225
2015-03-20net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro1-0/+4
2015-03-20net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() behaviourCatalin Marinas1-0/+7
2015-03-20tipc: Use inlined rhashtable interfaceHerbert Xu1-14/+18
2015-03-20netfilter: Convert nft_hash to inlined rhashtableHerbert Xu1-41/+29
2015-03-20netlink: Move namespace into hash keyHerbert Xu1-32/+56
2015-03-20ebpf, filter: do not convert skb->protocol to host endianess during runtimeDaniel Borkmann1-15/+14
2015-03-20ipv6: invert join/leave anycast rtnl/socket locking orderMarcelo Ricardo Leitner2-7/+7
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-20ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-20ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragmentSabrina Dubroca1-5/+3
2015-03-20net: increase sk_[max_]ack_backlogEric Dumazet1-2/+0
2015-03-20inet: get rid of central tcp/dccp listener timerEric Dumazet15-140/+127
2015-03-20inet: drop prev pointer handling in request sockEric Dumazet10-60/+51
2015-03-19tipc: fix build issue when building without IPv6Marcelo Ricardo Leitner1-1/+5
2015-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller11-572/+1297
2015-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-86/+189
2015-03-19tipc: add support for connect() on dgram/rdm socketsErik Hugne1-14/+24
2015-03-19tipc: do not report -EHOSTUNREACH for failed local deliveryErik Hugne1-2/+4
2015-03-19tipc: remove redundant call to tipc_node_remove_connErik Hugne1-1/+0
2015-03-19mac802154: fix typo in header guardNicolas Iooss1-2/+2
2015-03-18bridge: add ageing_time, stp_state, priority over netlinkJörg Thalheim1-1/+31
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller2-7/+19
2015-03-18inet: add a schedule point in inet_twsk_purge()Eric Dumazet1-0/+1
2015-03-18net: add support for phys_port_nameDavid Ahern3-0/+62
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner8-80/+47
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2-14/+52
2015-03-18inet: request sock should init IPv6/IPv4 addressesEric Dumazet4-10/+10
2015-03-18inet: get rid of last __inet_hash_connect() argumentEric Dumazet2-6/+5
2015-03-18ipv6: get rid of __inet6_hash()Eric Dumazet4-73/+11
2015-03-18inet: add IPv6 support to sk_ehashfn()Eric Dumazet6-45/+26
2015-03-18net: introduce sk_ehashfn() helperEric Dumazet1-11/+6
2015-03-18netns: 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-18Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann1-3/+5
2015-03-17act_bpf: allow non-default TC_ACT opcodes as BPF exec outcomeDaniel Borkmann1-8/+28
2015-03-17tipc: withdraw tipc topology server name when namespace is deletedYing Xue1-0/+3
2015-03-17tipc: fix a potential deadlock when nametable is purgedYing Xue1-2/+2
2015-03-17tipc: fix netns refcnt leakYing Xue3-92/+39