| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | net/switchdev: use struct_size over open coded arithmetic | Minghao Chi (CGEL ZTE) | 2022-02-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | ipv4: Reject again rules with high DSCP values | Guillaume Nault | 2022-02-10 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | net: make net->dev_unreg_count atomic | Eric Dumazet | 2022-02-10 | 2 | -8/+5 | |
| | * | | | | | | | | | | | | | | | | net: ping6: support setting socket options via cmsg | Jakub Kicinski | 2022-02-10 | 1 | -4/+9 | |
| | * | | | | | | | | | | | | | | | | net: ping6: support packet timestamping | Jakub Kicinski | 2022-02-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | net: ping6: remove a pr_debug() statement | Jakub Kicinski | 2022-02-10 | 1 | -2/+0 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l... | David S. Miller | 2022-02-10 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | net: ieee802154: Use the IEEE802154_MAX_PAGE define when relevant | Miquel Raynal | 2022-01-28 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | Jakub Kicinski | 2022-02-09 | 22 | -438/+413 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | netfilter: ctnetlink: use dump structure instead of raw args | Florian Westphal | 2022-02-09 | 1 | -12/+24 | |
| | | * | | | | | | | | | | | | | | | | nfqueue: enable to set skb->priority | Nicolas Dichtel | 2022-02-09 | 1 | -0/+8 | |
| | | * | | | | | | | | | | | | | | | | netfilter: nft_cmp: optimize comparison for 16-bytes | Pablo Neira Ayuso | 2022-02-09 | 2 | -2/+116 | |
| | | * | | | | | | | | | | | | | | | | netfilter: cttimeout: use option structure | Florian Westphal | 2022-02-09 | 2 | -22/+20 | |
| | | * | | | | | | | | | | | | | | | | netfilter: ecache: don't use nf_conn spinlock | Florian Westphal | 2022-02-09 | 1 | -12/+13 | |
| | | * | | | | | | | | | | | | | | | | netfilter: nft_compat: suppress comment match | Florian Westphal | 2022-02-04 | 1 | -0/+9 | |
| | | * | | | | | | | | | | | | | | | | netfilter: exthdr: add support for tcp option removal | Florian Westphal | 2022-02-04 | 1 | -1/+95 | |
| | | * | | | | | | | | | | | | | | | | netfilter: conntrack: pptp: use single option structure | Florian Westphal | 2022-02-04 | 2 | -56/+28 | |
| | | * | | | | | | | | | | | | | | | | netfilter: conntrack: remove extension register api | Florian Westphal | 2022-02-04 | 12 | -238/+7 | |
| | | * | | | | | | | | | | | | | | | | netfilter: conntrack: handle ->destroy hook via nat_ops instead | Florian Westphal | 2022-02-04 | 3 | -33/+15 | |
| | | * | | | | | | | | | | | | | | | | netfilter: conntrack: move extension sizes into core | Florian Westphal | 2022-02-04 | 12 | -57/+76 | |
| | | * | | | | | | | | | | | | | | | | netfilter: conntrack: make all extensions 8-byte alignned | Florian Westphal | 2022-02-04 | 11 | -11/+1 | |
| | | * | | | | | | | | | | | | | | | | netfilter: nfqueue: enable to get skb->priority | Nicolas Dichtel | 2022-02-04 | 1 | -0/+5 | |
| | | * | | | | | | | | | | | | | | | | netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY | Kevin Mitchell | 2022-02-04 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH. | Sebastian Andrzej Siewior | 2022-02-09 | 2 | -25/+33 | |
| | * | | | | | | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-02-09 | 7 | -32/+50 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide | Jakub Sitnicki | 2022-02-09 | 2 | -3/+4 | |
| | | * | | | | | | | | | | | | | | | | | bpf: test_run: Fix overflow in bpf_test_finish frags parsing | Stanislav Fomichev | 2022-02-07 | 1 | -2/+3 | |
| | | * | | | | | | | | | | | | | | | | | bpf: test_run: Fix overflow in xdp frags parsing | Stanislav Fomichev | 2022-02-07 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp | Lorenzo Bianconi | 2022-02-03 | 1 | -0/+5 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Make dst_port field in struct bpf_sock 16-bit wide | Jakub Sitnicki | 2022-01-31 | 1 | -1/+9 | |
| | | * | | | | | | | | | | | | | | | | | bpf: reject program if a __user tagged memory accessed in kernel way | Yonghong Song | 2022-01-27 | 2 | -4/+8 | |
| | | * | | | | | | | | | | | | | | | | | i40e: xsk: Move tmp desc array from driver to pool | Magnus Karlsson | 2022-01-27 | 3 | -13/+19 | |
| | | * | | | | | | | | | | | | | | | | | bpf: remove unused static inlines | Jakub Kicinski | 2022-01-26 | 1 | -7/+0 | |
| | * | | | | | | | | | | | | | | | | | | net: drop_monitor: support drop reason | Menglong Dong | 2022-02-09 | 1 | -6/+35 | |
| | * | | | | | | | | | | | | | | | | | | mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag control | Matt Johnston | 2022-02-09 | 2 | -54/+249 | |
| | * | | | | | | | | | | | | | | | | | | mctp: Allow keys matching any local address | Jeremy Kerr | 2022-02-09 | 2 | -2/+10 | |
| | * | | | | | | | | | | | | | | | | | | mctp: Add helper for address match checking | Jeremy Kerr | 2022-02-09 | 1 | -5/+3 | |
| | * | | | | | | | | | | | | | | | | | | mctp: tests: Add key state tests | Jeremy Kerr | 2022-02-09 | 1 | -0/+137 | |
| | * | | | | | | | | | | | | | | | | | | mctp: tests: Rename FL_T macro to FL_TO | Jeremy Kerr | 2022-02-09 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | ip6_tunnel: fix possible NULL deref in ip6_tnl_xmit | Eric Dumazet | 2022-02-09 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | net: remove default_device_exit() | Eric Dumazet | 2022-02-08 | 1 | -8/+14 | |
| | * | | | | | | | | | | | | | | | | | | can: gw: switch cangw_pernet_exit() to batch mode | Eric Dumazet | 2022-02-08 | 1 | -3/+6 | |
| | * | | | | | | | | | | | | | | | | | | ipmr: introduce ipmr_net_exit_batch() | Eric Dumazet | 2022-02-08 | 1 | -5/+15 | |
| | * | | | | | | | | | | | | | | | | | | ip6mr: introduce ip6mr_net_exit_batch() | Eric Dumazet | 2022-02-08 | 1 | -5/+15 | |
| | * | | | | | | | | | | | | | | | | | | ipv6: change fib6_rules_net_exit() to batch mode | Eric Dumazet | 2022-02-08 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | | | ipv4: add fib_net_exit_batch() | Eric Dumazet | 2022-02-08 | 1 | -3/+16 | |
| | * | | | | | | | | | | | | | | | | | | nexthop: change nexthop_net_exit() to nexthop_net_exit_batch() | Eric Dumazet | 2022-02-08 | 1 | -4/+8 | |
| | * | | | | | | | | | | | | | | | | | | ipv6/addrconf: switch to per netns inet6_addr_lst hash table | Eric Dumazet | 2022-02-08 | 1 | -54/+23 | |
| | * | | | | | | | | | | | | | | | | | | ipv6/addrconf: use one delayed work per netns | Eric Dumazet | 2022-02-08 | 1 | -20/+24 | |
| | * | | | | | | | | | | | | | | | | | | ipv6/addrconf: allocate a per netns hash table | Eric Dumazet | 2022-02-08 | 1 | -0/+20 | |
