aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-22ipmr: properly check rhltable_init() return valueEric Dumazet1-1/+4
2018-05-22dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev1-2/+0
2018-05-22sctp: fix the issue that flags are ignored when using kernel_connectXin Long3-18/+37
2018-05-22cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss1-0/+3
2018-05-19net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-18net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-18sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-18net: dsa: Do not register devlink for unused portsFlorian Fainelli1-3/+6
2018-05-18net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-18mac80211: mesh: fix premature update of rc statsBob Copeland1-4/+4
2018-05-18nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky1-1/+2
2018-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+9
2018-05-17bpf: fix truncated jump targets on heavy expansionsDaniel Borkmann1-2/+9
2018-05-17net: test tailroom before appending to linear skbWillem de Bruijn2-2/+4
2018-05-17net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata1-9/+65
2018-05-17net: ip6_gre: Split up ip6gre_changelink()Petr Machata1-9/+24
2018-05-17net: ip6_gre: Split up ip6gre_newlink()Petr Machata1-6/+18
2018-05-17net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata1-2/+8
2018-05-17net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata1-12/+26
2018-05-17net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata1-1/+1
2018-05-17net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata1-0/+3
2018-05-17erspan: fix invalid erspan version.William Tu2-2/+7
2018-05-17net/ipv4: Initialize proto and ports in flow structDavid Ahern3-3/+14
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins1-5/+4
2018-05-17netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-05-17netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo1-8/+12
2018-05-16net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti1-0/+2
2018-05-16tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-13/+1
2018-05-16atm: switch to proc_create_seq_privateChristoph Hellwig1-59/+13
2018-05-16atm: simplify procfs codeChristoph Hellwig1-58/+7
2018-05-16bluetooth: switch to proc_create_seq_dataChristoph Hellwig1-35/+5
2018-05-16netfilter/x_tables: switch to proc_create_seq_privateChristoph Hellwig1-36/+6
2018-05-16netfilter/xt_hashlimit: switch to proc_create_{seq,single}_dataChristoph Hellwig1-74/+18
2018-05-16neigh: switch to proc_create_seq_dataChristoph Hellwig1-25/+6
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig10-284/+49
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig49-855/+134
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig1-28/+11
2018-05-16net/kcm: simplify proc registrationChristoph Hellwig1-54/+17
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig1-23/+6
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2-26/+16
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2-48/+37
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2-62/+50
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig4-101/+70
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig5-73/+8
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig5-63/+11
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig14-312/+41
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2-4/+4
2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1