Age | Commit message (Expand) | Author | Files | Lines |
2022-01-19 | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -2/+2 |
2022-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -3/+3 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -3/+3 |
2022-01-16 | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 2 | -106/+77 |
2022-01-16 | Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linux | Linus Torvalds | 7 | -9/+42 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 7 | -39/+13 |
2022-01-15 | mm: introduce memalloc_retry_wait() | NeilBrown | 1 | -1/+2 |
2022-01-15 | mm: allow !GFP_KERNEL allocations for kvmalloc | Michal Hocko | 6 | -38/+11 |
2022-01-15 | virtio: wrap config->reset calls | Michael S. Tsirkin | 2 | -3/+3 |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2022-01-12 | Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -3/+2 |
2022-01-12 | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2022-01-11 | netfilter: nf_tables: don't use 'data_size' uninitialized | Linus Torvalds | 1 | -0/+1 |
2022-01-10 | SUNRPC: Fix sockaddr handling in the svc_xprt_create_error trace point | Chuck Lever | 1 | -1/+1 |
2022-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 19 | -42/+153 |
2022-01-10 | net/9p: show error message if user 'msize' cannot be satisfied | Christian Schoenebeck | 1 | -1/+6 |
2022-01-10 | net/p9: load default transports | Thomas Weißschuh | 1 | -2/+11 |
2022-01-10 | 9p/xen: autoload when xenbus service is available | Thomas Weißschuh | 1 | -0/+1 |
2022-01-10 | 9p/trans_fd: split into dedicated module | Thomas Weißschuh | 4 | -5/+23 |
2022-01-10 | tcp: tcp_send_challenge_ack delete useless param `skb` | Benjamin Yim | 1 | -5/+5 |
2022-01-10 | page_pool: remove spinlock in page_pool_refill_alloc_cache() | Yunsheng Lin | 1 | -4/+0 |
2022-01-10 | net: skb: use kfree_skb_reason() in __udp4_lib_rcv() | Menglong Dong | 1 | -2/+8 |
2022-01-10 | net: skb: use kfree_skb_reason() in tcp_v4_rcv() | Menglong Dong | 1 | -3/+11 |
2022-01-10 | net: skb: introduce kfree_skb_reason() | Menglong Dong | 3 | -9/+16 |
2022-01-10 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 3 | -3/+21 |
2022-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 37 | -384/+823 |
2022-01-10 | netfilter: nft_meta: cancel register tracking after meta update | Pablo Neira Ayuso | 2 | -0/+40 |
2022-01-10 | netfilter: nft_payload: cancel register tracking after payload update | Pablo Neira Ayuso | 1 | -0/+21 |
2022-01-10 | netfilter: nft_bitwise: track register operations | Pablo Neira Ayuso | 3 | -2/+97 |
2022-01-10 | netfilter: nft_meta: track register operations | Pablo Neira Ayuso | 1 | -0/+28 |
2022-01-10 | netfilter: nft_payload: track register operations | Pablo Neira Ayuso | 1 | -0/+30 |
2022-01-10 | netfilter: nf_tables: add register tracking infrastructure | Pablo Neira Ayuso | 1 | -0/+11 |
2022-01-10 | netfilter: nf_tables: add rule blob layout | Pablo Neira Ayuso | 3 | -63/+129 |
2022-01-10 | netfilter: nft_limit: move stateful fields out of expression data | Pablo Neira Ayuso | 1 | -12/+82 |
2022-01-10 | netfilter: nft_limit: rename stateful structure | Pablo Neira Ayuso | 1 | -52/+52 |
2022-01-10 | netfilter: nft_numgen: move stateful fields out of expression data | Pablo Neira Ayuso | 1 | -6/+28 |
2022-01-10 | netfilter: nft_quota: move stateful fields out of expression data | Pablo Neira Ayuso | 1 | -5/+47 |
2022-01-10 | netfilter: nft_last: move stateful fields out of expression data | Pablo Neira Ayuso | 1 | -18/+51 |
2022-01-10 | netfilter: nft_connlimit: move stateful fields out of expression data | Pablo Neira Ayuso | 1 | -8/+18 |
2022-01-10 | net: prefer nf_ct_put instead of nf_conntrack_put | Florian Westphal | 3 | -9/+15 |
2022-01-10 | netfilter: conntrack: avoid useless indirection during conntrack destruction | Florian Westphal | 1 | -6/+6 |
2022-01-10 | netfilter: make function op structures const | Florian Westphal | 5 | -14/+14 |
2022-01-10 | netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook | Florian Westphal | 2 | -14/+9 |
2022-01-10 | netfilter: conntrack: convert to refcount_t api | Florian Westphal | 10 | -29/+23 |
2022-01-10 | Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 3 | -18/+20 |
2022-01-08 | kbuild: do not quote string values in include/config/auto.conf | Masahiro Yamada | 1 | -2/+2 |
2022-01-08 | af_packet: fix tracking issues in packet_do_bind() | Eric Dumazet | 1 | -19/+8 |
2022-01-08 | mptcp: reuse __mptcp_make_csum in validate_data_csum | Geliang Tang | 1 | -9/+6 |
2022-01-08 | mptcp: change the parameter of __mptcp_make_csum | Geliang Tang | 2 | -4/+5 |
2022-01-08 | net/tls: Fix skb memory leak when running kTLS traffic | Gal Pressman | 1 | -0/+1 |