Age | Commit message (Expand) | Author | Files | Lines |
2020-01-17 | netns: Constify exported functions | Guillaume Nault | 1 | -3/+3 |
2020-01-17 | net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() | Cong Wang | 1 | -12/+0 |
2020-01-17 | net/sched: act_ife: initalize ife->metalist earlier | Eric Dumazet | 1 | -4/+3 |
2020-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 5 | -24/+54 |
2020-01-17 | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths | Toke Høiland-Jørgensen | 1 | -71/+19 |
2020-01-17 | xdp: Move devmap bulk queue into struct net_device | Toke Høiland-Jørgensen | 1 | -0/+2 |
2020-01-16 | netfilter: bitwise: add support for shifts. | Jeremy Sowden | 1 | -0/+77 |
2020-01-16 | netfilter: bitwise: add NFTA_BITWISE_DATA attribute. | Jeremy Sowden | 1 | -0/+5 |
2020-01-16 | netfilter: bitwise: only offload boolean operations. | Jeremy Sowden | 1 | -0/+3 |
2020-01-16 | netfilter: bitwise: add helper for dumping boolean operations. | Jeremy Sowden | 1 | -8/+21 |
2020-01-16 | netfilter: bitwise: add helper for evaluating boolean operations. | Jeremy Sowden | 1 | -3/+14 |
2020-01-16 | netfilter: bitwise: add helper for initializing boolean operations. | Jeremy Sowden | 1 | -25/+41 |
2020-01-16 | netfilter: bitwise: add NFTA_BITWISE_OP netlink attribute. | Jeremy Sowden | 1 | -0/+16 |
2020-01-16 | netfilter: bitwise: replace gotos with returns. | Jeremy Sowden | 1 | -8/+5 |
2020-01-16 | netfilter: bitwise: remove NULL comparisons from attribute checks. | Jeremy Sowden | 1 | -5/+5 |
2020-01-16 | netfilter: nf_tables: white-space fixes. | Jeremy Sowden | 3 | -5/+5 |
2020-01-16 | netfilter: flowtable: add nf_flow_table_offload_cmd() | Pablo Neira Ayuso | 1 | -12/+28 |
2020-01-16 | netfilter: flowtable: add nf_flow_offload_tuple() helper | Pablo Neira Ayuso | 1 | -23/+24 |
2020-01-16 | netfilter: hashlimit: do not use indirect calls during gc | Florian Westphal | 1 | -18/+4 |
2020-01-16 | netfilter: flowtable: refresh flow if hardware offload fails | Pablo Neira Ayuso | 3 | -10/+21 |
2020-01-16 | netfilter: flowtable: add nf_flowtable_hw_offload() helper function | Pablo Neira Ayuso | 2 | -3/+3 |
2020-01-16 | netfilter: flowtable: use atomic bitwise operations for flow flags | Pablo Neira Ayuso | 3 | -24/+24 |
2020-01-16 | netfilter: flowtable: remove dying bit, use teardown bit instead | Pablo Neira Ayuso | 1 | -5/+3 |
2020-01-16 | netfilter: flowtable: add nf_flow_offload_work_alloc() | Pablo Neira Ayuso | 1 | -16/+22 |
2020-01-16 | netfilter: flowtable: restrict flow dissector match on meta ingress device | Pablo Neira Ayuso | 1 | -1/+7 |
2020-01-16 | netfilter: flowtable: fetch stats only if flow is still alive | Pablo Neira Ayuso | 2 | -5/+3 |
2020-01-16 | net/rds: Detect need of On-Demand-Paging memory registration | Hans Westgaard Ry | 1 | -2/+4 |
2020-01-16 | netfilter: nat: fix ICMP header corruption on ICMP errors | Eyal Birger | 1 | -0/+13 |
2020-01-16 | netfilter: nf_tables: fix flowtable list del corruption | Florian Westphal | 1 | -0/+6 |
2020-01-16 | netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks() | Dan Carpenter | 1 | -0/+1 |
2020-01-16 | netfilter: nf_tables: remove WARN and add NLA_STRING upper limits | Florian Westphal | 1 | -4/+9 |
2020-01-16 | netfilter: nft_tunnel: ERSPAN_VERSION must not be null | Florian Westphal | 1 | -0/+3 |
2020-01-16 | netfilter: nft_tunnel: fix null-attribute check | Florian Westphal | 1 | -1/+1 |
2020-01-16 | netfilter: nf_tables: store transaction list locally while requesting module | Pablo Neira Ayuso | 1 | -9/+10 |
2020-01-16 | net: dsa: tag_qca: fix doubled Tx statistics | Alexander Lobakin | 1 | -3/+0 |
2020-01-16 | net: dsa: tag_gswip: fix typo in tagger name | Alexander Lobakin | 1 | -1/+1 |
2020-01-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 7 | -30/+63 |
2020-01-16 | bpf: Sockmap/tls, fix pop data with SK_DROP return code | John Fastabend | 2 | -8/+2 |
2020-01-16 | bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining | John Fastabend | 1 | -0/+6 |
2020-01-16 | bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf | John Fastabend | 1 | -0/+20 |
2020-01-16 | bpf: Sockmap/tls, msg_push_data may leave end mark in place | John Fastabend | 1 | -0/+1 |
2020-01-16 | bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds | John Fastabend | 1 | -5/+5 |
2020-01-16 | bpf: Sockmap/tls, push write_space updates through ulp updates | John Fastabend | 2 | -5/+11 |
2020-01-16 | bpf: Sockmap, ensure sock lock held during tear down | John Fastabend | 2 | -1/+8 |
2020-01-16 | Merge tag 'batadv-next-for-davem-20200114' of git://git.open-mesh.org/linux-m... | David S. Miller | 61 | -77/+85 |
2020-01-16 | Merge tag 'batadv-net-for-davem-20200114' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -1/+3 |
2020-01-16 | tcp: fix marked lost packets not being retransmitted | Pengcheng Yang | 1 | -3/+4 |
2020-01-15 | xsk: Support allocations of large umems | Magnus Karlsson | 1 | -3/+4 |
2020-01-15 | net: bridge: vlan: notify on vlan add/delete/change flags | Nikolay Aleksandrov | 3 | -18/+99 |
2020-01-15 | net: bridge: vlan: add rtnetlink group and notify support | Nikolay Aleksandrov | 2 | -0/+90 |