Age | Commit message (Expand) | Author | Files | Lines |
2022-01-14 | virtio: wrap config->reset calls | Michael S. Tsirkin | 2 | -3/+3 |
2022-01-14 | xprtrdma: Remove definitions of RPCDBG_FACILITY | Chuck Lever | 5 | -27/+0 |
2022-01-14 | xprtrdma: Remove final dprintk call sites from xprtrdma | Chuck Lever | 1 | -12/+0 |
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-13 | net_sched: restore "mpu xxx" handling | Kevin Bracey | 1 | -0/+1 |
2022-01-13 | sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() | Anna Schumaker | 1 | -16/+19 |
2022-01-13 | net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change | Xiyu Yang | 1 | -2/+4 |
2022-01-13 | SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt | Olga Kornievskaia | 1 | -1/+4 |
2022-01-13 | net/smc: Resolve the race between SMC-R link access and clear | Wen Gu | 2 | -12/+44 |
2022-01-13 | net/smc: Introduce a new conn->lgr validity check helper | Wen Gu | 6 | -12/+24 |
2022-01-13 | inet: frags: annotate races around fqdir->dead and fqdir->high_thresh | Eric Dumazet | 2 | -4/+7 |
2022-01-13 | net/smc: Resolve the race between link group access and termination | Wen Gu | 3 | -11/+53 |
2022-01-13 | libceph: rename parse_fsid() to ceph_parse_fsid() and export | Venky Shankar | 1 | -4/+5 |
2022-01-13 | libceph: generalize addr/ip parsing based on delimiter | Venky Shankar | 2 | -12/+12 |
2022-01-13 | sch_api: Don't skip qdisc attach on ingress | Maxim Mikityanskiy | 1 | -1/+1 |
2022-01-13 | netfilter: nft_connlimit: memleak if nf_ct_netns_get() fails | Pablo Neira Ayuso | 1 | -1/+10 |
2022-01-12 | sit: allow encapsulated IPv6 traffic to be delivered locally | Ignat Korchagin | 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 | net/smc: fix possible NULL deref in smc_pnet_add_eth() | Eric Dumazet | 1 | -1/+2 |
2022-01-12 | net: bridge: fix net device refcount tracking issue in error path | Eric Dumazet | 1 | -1/+2 |
2022-01-12 | net: fix sock_timestamping_bind_phc() to release device | Miroslav Lichvar | 1 | -0/+2 |
2022-01-12 | Revert "of: net: support NVMEM cells with MAC in text format" | Michael Walle | 1 | -22/+11 |
2022-01-12 | netfilter: nf_tables: set last expression in register tracking area | Pablo Neira Ayuso | 1 | -1/+1 |
2022-01-11 | gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst() | Guillaume Nault | 1 | -2/+3 |
2022-01-11 | xfrm: Don't accidentally set RTO_ONLINK in decode_session4() | Guillaume Nault | 1 | -1/+2 |
2022-01-11 | mctp: test: zero out sockaddr | Matt Johnston | 1 | -1/+1 |
2022-01-11 | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
2022-01-11 | xdp: check prog type before updating BPF link | Toke Høiland-Jørgensen | 1 | -0/+6 |
2022-01-11 | netfilter: nf_tables: remove unused variable | Pablo Neira Ayuso | 1 | -2/+0 |
2022-01-11 | netfilter: nf_conntrack_netbios_ns: fix helper module alias | Florian Westphal | 1 | -2/+3 |
2022-01-10 | netfilter: nf_tables: typo NULL check in _clone() function | Pablo Neira Ayuso | 4 | -4/+4 |
2022-01-10 | 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-09 | 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-09 | tcp: tcp_send_challenge_ack delete useless param `skb` | Benjamin Yim | 1 | -5/+5 |
2022-01-09 | page_pool: remove spinlock in page_pool_refill_alloc_cache() | Yunsheng Lin | 1 | -4/+0 |
2022-01-09 | net: skb: use kfree_skb_reason() in __udp4_lib_rcv() | Menglong Dong | 1 | -2/+8 |
2022-01-09 | net: skb: use kfree_skb_reason() in tcp_v4_rcv() | Menglong Dong | 1 | -3/+11 |
2022-01-09 | net: skb: introduce kfree_skb_reason() | Menglong Dong | 3 | -9/+16 |
2022-01-09 | net: openvswitch: Fix ct_state nat flags for conns arriving from tc | Paul Blakey | 3 | -3/+21 |
2022-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | Jakub Kicinski | 37 | -384/+823 |
2022-01-09 | netfilter: nft_meta: cancel register tracking after meta update | Pablo Neira Ayuso | 2 | -0/+40 |
2022-01-09 | netfilter: nft_payload: cancel register tracking after payload update | Pablo Neira Ayuso | 1 | -0/+21 |
2022-01-09 | netfilter: nft_bitwise: track register operations | Pablo Neira Ayuso | 3 | -2/+97 |
2022-01-09 | netfilter: nft_meta: track register operations | Pablo Neira Ayuso | 1 | -0/+28 |
2022-01-09 | netfilter: nft_payload: track register operations | Pablo Neira Ayuso | 1 | -0/+30 |