Age | Commit message (Expand) | Author | Files | Lines |
2022-06-23 | Merge tag 'net-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 18 | -70/+119 |
2022-06-23 | net: openvswitch: fix parsing of nw_proto for IPv6 fragments | Rosemarie O'Riorden | 1 | -1/+1 |
2022-06-23 | sock: redo the psock vs ULP protection check | Jakub Kicinski | 3 | -3/+7 |
2022-06-23 | Revert "net/tls: fix tls_sk_proto_close executed repeatedly" | Jakub Kicinski | 1 | -3/+0 |
2022-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 4 | -25/+27 |
2022-06-21 | netfilter: nf_dup_netdev: add and use recursion counter | Florian Westphal | 1 | -4/+15 |
2022-06-21 | netfilter: nf_dup_netdev: do not push mac header a second time | Florian Westphal | 1 | -4/+10 |
2022-06-20 | net/tls: fix tls_sk_proto_close executed repeatedly | Ziyang Xuan | 1 | -0/+3 |
2022-06-20 | erspan: do not assume transport header is always set | Eric Dumazet | 2 | -10/+20 |
2022-06-18 | net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms | Peilin Ye | 1 | -2/+2 |
2022-06-18 | ethtool: Fix get module eeprom fallback | Ivan Vecera | 1 | -1/+1 |
2022-06-18 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2 | -13/+37 |
2022-06-18 | netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exit | Florian Westphal | 1 | -1/+1 |
2022-06-17 | Merge tag 'nfs-for-5.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+1 |
2022-06-17 | ipv4: ping: fix bind address validity check | Riccardo Paolo Bestetti | 1 | -3/+7 |
2022-06-17 | tipc: fix use-after-free Read in tipc_named_reinit | Hoang Le | 1 | -2/+1 |
2022-06-17 | net: fix data-race in dev_isalive() | Eric Dumazet | 2 | -10/+16 |
2022-06-16 | Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 5 | -410/+110 |
2022-06-16 | Revert "net: Add a second bind table hashed by port and address" | Joanne Koong | 4 | -405/+82 |
2022-06-15 | bpf: Fix request_sock leak in sk lookup helpers | Jon Maxwell | 1 | -6/+28 |
2022-06-15 | net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg | Duoming Zhou | 1 | -5/+28 |
2022-06-14 | xsk: Fix generic transmit when completion queue reservation fails | Ciara Loftus | 1 | -7/+9 |
2022-06-11 | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 2 | -16/+25 |
2022-06-10 | net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdev | Andrea Mayer | 1 | -0/+1 |
2022-06-10 | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TX | Maxim Mikityanskiy | 1 | -4/+4 |
2022-06-09 | Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 15 | -62/+83 |
2022-06-09 | tcp: use alloc_large_system_hash() to allocate table_perturb | Muchun Song | 1 | -4/+6 |
2022-06-09 | net: openvswitch: fix misuse of the cached connection on tuple changes | Ilya Maximets | 2 | -1/+9 |
2022-06-09 | ip_gre: test csum_start instead of transport header | Willem de Bruijn | 1 | -6/+5 |
2022-06-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 2 | -10/+3 |
2022-06-08 | ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg | Wang Yufen | 1 | -2/+3 |
2022-06-08 | ipv6: Fix signed integer overflow in __ip6_append_data | Wang Yufen | 1 | -3/+3 |
2022-06-08 | net: ipv6: unexport __init-annotated seg6_hmac_init() | Masahiro Yamada | 1 | -1/+0 |
2022-06-08 | net: xfrm: unexport __init-annotated xfrm4_protocol_init() | Masahiro Yamada | 1 | -1/+0 |
2022-06-08 | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer() | Chuck Lever | 1 | -4/+4 |
2022-06-08 | SUNRPC: Clean up xdr_get_next_encode_buffer() | Chuck Lever | 1 | -3/+5 |
2022-06-08 | SUNRPC: Clean up xdr_commit_encode() | Chuck Lever | 1 | -1/+1 |
2022-06-08 | SUNRPC: Optimize xdr_reserve_space() | Chuck Lever | 1 | -7/+10 |
2022-06-08 | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() | Chuck Lever | 1 | -1/+5 |
2022-06-08 | xsk: Fix handling of invalid descriptors in XSK TX batching API | Maciej Fijalkowski | 2 | -10/+3 |
2022-06-08 | netfilter: use get_random_u32 instead of prandom | Florian Westphal | 2 | -20/+5 |
2022-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 4 | -33/+53 |
2022-06-07 | sunrpc: set cl_max_connect when cloning an rpc_clnt | Scott Mayhew | 1 | -0/+1 |
2022-06-07 | af_unix: Fix a data-race in unix_dgram_peer_wake_me(). | Kuniyuki Iwashima | 1 | -1/+1 |
2022-06-06 | netfilter: nf_tables: bail out early if hardware offload is not supported | Pablo Neira Ayuso | 3 | -2/+29 |
2022-06-06 | netfilter: nf_tables: memleak flow rule from commit path | Pablo Neira Ayuso | 1 | -0/+6 |
2022-06-06 | netfilter: nf_tables: release new hooks on unsupported flowtable flags | Pablo Neira Ayuso | 1 | -4/+8 |
2022-06-06 | bluetooth: don't use bitmaps for random flag accesses | Linus Torvalds | 4 | -29/+20 |
2022-06-04 | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+4 |
2022-06-03 | netfilter: nf_tables: always initialize flowtable hook list in transaction | Pablo Neira Ayuso | 1 | -0/+1 |