aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-28nexthop: Add support for nexthop groupsDavid Ahern1-23/+481
2019-05-28nexthop: Add support for lwt encapsDavid Ahern1-1/+36
2019-05-28nexthop: Add support for IPv6 gatewaysDavid Ahern1-0/+56
2019-05-28nexthop: Add support for IPv4 nexthopsDavid Ahern1-0/+208
2019-05-28net: Initial nexthop codeDavid Ahern2-1/+723
2019-05-28llc: fix skb leak in llc_build_and_send_ui_pkt()Eric Dumazet1-0/+2
2019-05-28inet: frags: fix use-after-free read in inet_frag_destroy_rcuEric Dumazet1-2/+18
2019-05-28inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2-2/+2
2019-05-28inet: frags: uninline fqdir_init()Eric Dumazet1-0/+19
2019-05-28xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-05-28nl80211: fill all policy .type entriesJohannes Berg1-21/+57
2019-05-28mac80211: mesh: fix RCU warningThomas Pedersen1-1/+4
2019-05-28nl80211: fix station_info pertid memory leakAndy Strohman1-1/+3
2019-05-28cfg80211: Handle bss expiry during connectionChaitanya Tata3-9/+39
2019-05-28mac80211: Do not use stack memory with scatterlist for GMACJouni Malinen1-1/+6
2019-05-28af_key: fix leaks in key_pol_get_resp and dump_sp.Jeremy Sowden1-2/+6
2019-05-28xfrm: Fix xfrm sel prefix length validationAnirudh Gupta1-0/+16
2019-05-27signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sigEric W. Biederman1-1/+1
2019-05-26ipv4: remove redundant assignment to nColin Ian King1-1/+0
2019-05-26net/tls: fix no wakeup on partial readsJakub Kicinski1-6/+2
2019-05-26net/tls: fix lowat calculation if some data came from previous recordJakub Kicinski1-7/+6
2019-05-26inet: frags: rework rhashtable dismantleEric Dumazet1-12/+37
2019-05-26net: dynamically allocate fqdir structuresEric Dumazet7-56/+60
2019-05-26net: add a net pointer to struct fqdirEric Dumazet4-23/+13
2019-05-26net: rename inet_frags_init_net() to fdir_init()Eric Dumazet4-8/+4
2019-05-26ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_tableEric Dumazet1-11/+6
2019-05-26netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_tableEric Dumazet1-12/+7
2019-05-26ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet1-10/+5
2019-05-26ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]Eric Dumazet1-12/+6
2019-05-26net: rename struct fqdir fieldsEric Dumazet6-88/+88
2019-05-26net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet5-10/+10
2019-05-26inet: rename netns_frags to fqdirEric Dumazet5-42/+42
2019-05-25vfs: Convert sockfs to use the new mount APIDavid Howells1-6/+10
2019-05-25vfs: Convert rpc_pipefs to use the new mount APIDavid Howells1-8/+26
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-25ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang1-0/+2
2019-05-25ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang1-0/+2
2019-05-25flow_offload: use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-05-25batman-adv: mcast: shorten multicast tt/tvlv worker spinlock sectionLinus Lüssing3-151/+164
2019-05-25batman-adv: Use includes instead of fwdeclsSven Eckelmann28-80/+60
2019-05-25batman-adv: Add missing include for atomic functionsSven Eckelmann2-0/+2
2019-05-25batman-adv: Fix includes for *_MAX constantsSven Eckelmann5-0/+5
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds68-730/+68
2019-05-24bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend1-0/+1
2019-05-24net: sched: don't use tc_action->order during action dumpVlad Buslov1-2/+1
2019-05-24ipv6: Refactor ip6_route_del for cached routesDavid Ahern1-15/+21
2019-05-24ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern4-81/+85
2019-05-24ipv6: Move exception bucket to fib6_nhDavid Ahern2-68/+123
2019-05-24ipv6: Refactor exception functionsDavid Ahern1-48/+86
2019-05-24ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern1-10/+25