| Commit message (Expand) | Author | Age | Files | Lines |
* | fou: Fix IPv6 netlink policy | Kristian Evensen | 2020-01-23 | 1 | -2/+2 |
* | net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link() | Eric Dumazet | 2020-01-23 | 2 | -12/+30 |
* | net, ip6_tunnel: fix namespaces move | William Dauchy | 2020-01-22 | 1 | -3/+1 |
* | net_sched: use validated TCA_KIND attribute in tc_new_tfilter() | Eric Dumazet | 2020-01-22 | 1 | -3/+2 |
* | Revert "udp: do rmem bulk free even if the rx sk queue is empty" | Paolo Abeni | 2020-01-22 | 1 | -1/+2 |
* | net: Fix packet reordering caused by GRO and listified RX cooperation | Maxim Mikityanskiy | 2020-01-22 | 1 | -31/+33 |
* | net, sk_msg: Don't check if sock is locked when tearing down psock | Jakub Sitnicki | 2020-01-22 | 1 | -2/+0 |
* | net, ip_tunnel: fix namespaces move | William Dauchy | 2020-01-21 | 1 | -3/+1 |
* | tcp: remove redundant assigment to snd_cwnd | Theodore Dubois | 2020-01-21 | 1 | -1/+0 |
* | tcp_bbr: improve arithmetic division in bbr_update_bw() | Wen Yang | 2020-01-21 | 1 | -2/+1 |
* | net-sysfs: Fix reference count leak | Jouni Hogander | 2020-01-21 | 1 | -1/+3 |
* | ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions | Yuki Taguchi | 2020-01-21 | 1 | -1/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2020-01-21 | 5 | -12/+52 |
|\ |
|
| * | xfrm: support output_mark for offload ESP packets | Ulrich Weber | 2020-01-15 | 2 | -0/+4 |
| * | xfrm: interface: do not confirm neighbor when do pmtu update | Xu Wang | 2020-01-14 | 1 | -1/+1 |
| * | xfrm interface: fix packet tx through bpf_redirect() | Nicolas Dichtel | 2020-01-14 | 1 | -7/+25 |
| * | vti[6]: fix packet tx through bpf_redirect() | Nicolas Dichtel | 2020-01-14 | 2 | -4/+22 |
* | | hsr: Fix a compilation error | xiaofeng.yan | 2020-01-20 | 1 | -1/+1 |
* | | net: ip6_gre: fix moving ip6gre between namespaces | Niko Kortstrom | 2020-01-20 | 1 | -3/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-01-19 | 33 | -159/+266 |
|\ \ |
|
| * | | net: sched: act_ctinfo: fix memory leak | Eric Dumazet | 2020-01-19 | 1 | -0/+11 |
| * | | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() | Cong Wang | 2020-01-17 | 1 | -12/+0 |
| * | | net/sched: act_ife: initalize ife->metalist earlier | Eric Dumazet | 2020-01-17 | 1 | -4/+3 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2020-01-17 | 5 | -24/+54 |
| |\ \ |
|
| | * | | netfilter: nat: fix ICMP header corruption on ICMP errors | Eyal Birger | 2020-01-16 | 1 | -0/+13 |
| | * | | netfilter: nf_tables: fix flowtable list del corruption | Florian Westphal | 2020-01-16 | 1 | -0/+6 |
| | * | | netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks() | Dan Carpenter | 2020-01-16 | 1 | -0/+1 |
| | * | | netfilter: nf_tables: remove WARN and add NLA_STRING upper limits | Florian Westphal | 2020-01-16 | 1 | -4/+9 |
| | * | | netfilter: nft_tunnel: ERSPAN_VERSION must not be null | Florian Westphal | 2020-01-16 | 1 | -0/+3 |
| | * | | netfilter: nft_tunnel: fix null-attribute check | Florian Westphal | 2020-01-16 | 1 | -1/+1 |
| | * | | netfilter: nf_tables: store transaction list locally while requesting module | Pablo Neira Ayuso | 2020-01-16 | 1 | -9/+10 |
| | * | | netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct | Florian Westphal | 2020-01-13 | 1 | -9/+10 |
| | * | | netfilter: fix a use-after-free in mtype_destroy() | Cong Wang | 2020-01-13 | 1 | -1/+1 |
| | |/ |
|
| * | | net: dsa: tag_qca: fix doubled Tx statistics | Alexander Lobakin | 2020-01-16 | 1 | -3/+0 |
| * | | net: dsa: tag_gswip: fix typo in tagger name | Alexander Lobakin | 2020-01-16 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2020-01-16 | 7 | -30/+63 |
| |\ \ |
|
| | * | | bpf: Sockmap/tls, fix pop data with SK_DROP return code | John Fastabend | 2020-01-15 | 2 | -8/+2 |
| | * | | bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining | John Fastabend | 2020-01-15 | 1 | -0/+6 |
| | * | | bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf | John Fastabend | 2020-01-15 | 1 | -0/+20 |
| | * | | bpf: Sockmap/tls, msg_push_data may leave end mark in place | John Fastabend | 2020-01-15 | 1 | -0/+1 |
| | * | | bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds | John Fastabend | 2020-01-15 | 1 | -5/+5 |
| | * | | bpf: Sockmap/tls, push write_space updates through ulp updates | John Fastabend | 2020-01-15 | 2 | -5/+11 |
| | * | | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend | 2020-01-15 | 2 | -1/+8 |
| | * | | net: bpf: Don't leak time wait and request sockets | Lorenz Bauer | 2020-01-10 | 1 | -5/+4 |
| | * | | bpf/sockmap: Read psock ingress_msg before sk_receive_queue | Lingpeng Chen | 2020-01-09 | 1 | -6/+6 |
| * | | | Merge tag 'batadv-net-for-davem-20200114' of git://git.open-mesh.org/linux-merge | David S. Miller | 2020-01-15 | 1 | -1/+3 |
| |\ \ \ |
|
| | * | | | batman-adv: Fix DAT candidate selection on little endian systems | Sven Eckelmann | 2019-11-28 | 1 | -1/+3 |
| * | | | | tcp: fix marked lost packets not being retransmitted | Pengcheng Yang | 2020-01-15 | 1 | -3/+4 |
| * | | | | Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2020-01-15 | 10 | -12/+101 |
| |\ \ \ \ |
|
| | * | | | | cfg80211: fix page refcount issue in A-MSDU decap | Felix Fietkau | 2020-01-15 | 1 | -1/+1 |