Age | Commit message (Expand) | Author | Files | Lines |
2022-07-11 | wifi: mac80211: fix queue selection for mesh/OCB interfaces | Felix Fietkau | 1 | -2/+2 |
2022-07-09 | netfilter: nf_tables: replace BUG_ON by element length check | Pablo Neira Ayuso | 1 | -21/+51 |
2022-07-09 | vlan: fix memory leak in vlan_newlink() | Eric Dumazet | 1 | -3/+7 |
2022-07-09 | netfilter: nf_log: incorrect offset to network header | Pablo Neira Ayuso | 1 | -4/+4 |
2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -2/+6 |
2022-07-08 | ipv4: Fix a data-race around sysctl_fib_sync_mem. | Kuniyuki Iwashima | 1 | -1/+1 |
2022-07-08 | icmp: Fix data-races around sysctl. | Kuniyuki Iwashima | 1 | -2/+3 |
2022-07-08 | cipso: Fix data-races around sysctl. | Kuniyuki Iwashima | 1 | -5/+7 |
2022-07-08 | inetpeer: Fix data-races around sysctl. | Kuniyuki Iwashima | 1 | -4/+8 |
2022-07-08 | tcp: Fix a data-race around sysctl_tcp_max_orphans. | Kuniyuki Iwashima | 1 | -1/+2 |
2022-07-07 | netfilter: conntrack: fix crash due to confirmed bit load reordering | Florian Westphal | 3 | -0/+26 |
2022-07-07 | Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 14 | -57/+155 |
2022-07-07 | net: rose: fix UAF bug caused by rose_t0timer_expiry | Duoming Zhou | 1 | -2/+2 |
2022-07-06 | xdp: Fix spurious packet loss in generic XDP TX path | Johan Almbladh | 1 | -2/+6 |
2022-07-06 | Revert "tls: rx: move counting TlsDecryptErrors for sync" | Gal Pressman | 1 | -4/+4 |
2022-07-06 | mptcp: update MIB_RMSUBFLOW in cmd_sf_destroy | Geliang Tang | 1 | -0/+2 |
2022-07-06 | mptcp: fix local endpoint accounting | Paolo Abeni | 1 | -1/+2 |
2022-07-06 | mptcp: netlink: issue MP_PRIO signals from userspace PMs | Kishen Maloor | 3 | -6/+62 |
2022-07-06 | mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags | Mat Martineau | 3 | -3/+12 |
2022-07-06 | mptcp: Avoid acquiring PM lock for subflow priority changes | Mat Martineau | 2 | -6/+5 |
2022-07-06 | mptcp: fix locking in mptcp_nl_cmd_sf_destroy() | Paolo Abeni | 1 | -13/+6 |
2022-07-06 | net/sched: act_police: allow 'continue' action offload | Vlad Buslov | 1 | -1/+1 |
2022-07-05 | Bluetooth: core: Fix deadlock on hci_power_on_sync. | Vasyl Vavrychuk | 2 | -1/+3 |
2022-07-04 | can: bcm: use call_rcu() instead of costly synchronize_rcu() | Oliver Hartkopp | 1 | -4/+14 |
2022-07-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 2 | -16/+41 |
2022-07-02 | netfilter: nft_set_pipapo: release elements in clone from abort path | Pablo Neira Ayuso | 1 | -15/+33 |
2022-07-02 | netfilter: nf_tables: stricter validation of element data | Pablo Neira Ayuso | 1 | -1/+8 |
2022-07-02 | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds | 1 | -1/+1 |
2022-07-02 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -0/+1 |
2022-07-01 | SUNRPC: Fix READ_PLUS crasher | Chuck Lever | 1 | -1/+1 |
2022-06-30 | net: rose: fix UAF bugs caused by timer handler | Duoming Zhou | 1 | -15/+19 |
2022-06-30 | ipv6: fix lockdep splat in in6_dump_addrs() | Eric Dumazet | 1 | -2/+2 |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 4 | -26/+65 |
2022-06-29 | net: tipc: fix possible refcount leak in tipc_sk_create() | Hangyu Hua | 1 | -0/+1 |
2022-06-29 | wifi: cfg80211: Allow P2P client interface to indicate port authorization | Vinayak Yadawad | 1 | -1/+2 |
2022-06-29 | wifi: mac80211: do not wake queues on a vif that is being stopped | Felix Fietkau | 2 | -0/+5 |
2022-06-29 | wifi: mac80211: check skb_shared in ieee80211_8023_xmit() | Ryder Lee | 1 | -23/+13 |
2022-06-29 | wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notify | Lorenzo Bianconi | 2 | -3/+4 |
2022-06-29 | net: ipv6: unexport __init-annotated seg6_hmac_net_init() | YueHaibing | 1 | -1/+0 |
2022-06-29 | ipv6/sit: fix ipip6_tunnel_get_prl return value | katrinzhou | 1 | -5/+3 |
2022-06-29 | mptcp: fix race on unaccepted mptcp sockets | Paolo Abeni | 3 | -0/+59 |
2022-06-29 | mptcp: consistent map handling on failure | Paolo Abeni | 1 | -10/+9 |
2022-06-29 | mptcp: fix shutdown vs fallback race | Paolo Abeni | 4 | -6/+19 |
2022-06-29 | mptcp: invoke MP_FAIL response when needed | Geliang Tang | 4 | -45/+82 |
2022-06-29 | mptcp: introduce MAPPING_BAD_CSUM | Paolo Abeni | 1 | -9/+9 |
2022-06-29 | mptcp: fix error mibs accounting | Paolo Abeni | 3 | -6/+4 |
2022-06-28 | xsk: Clear page contiguity bit when unmapping pool | Ivan Malov | 1 | -0/+1 |
2022-06-28 | ipv6: take care of disable_policy when restoring routes | Nicolas Dichtel | 2 | -5/+8 |
2022-06-28 | net/sched: act_api: Notify user space if any actions were flushed before error | Victor Nogueira | 1 | -8/+14 |
2022-06-27 | netfilter: br_netfilter: do not skip all hooks with 0 priority | Florian Westphal | 1 | -3/+18 |