Age | Commit message (Expand) | Author | Files | Lines |
2022-02-24 | ping: remove pr_err from ping_lookup | Xin Long | 1 | -1/+0 |
2022-02-24 | openvswitch: Fix setting ipv6 fields causing hw csum failure | Paul Blakey | 1 | -8/+38 |
2022-02-24 | ipv6: prevent a possible race condition with lifetimes | Niels Dossche | 1 | -0/+2 |
2022-02-24 | net/smc: Use a mutex for locking "struct smc_pnettable" | Fabio M. De Francesco | 2 | -22/+22 |
2022-02-23 | net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD | Wan Jiabing | 1 | -1/+1 |
2022-02-23 | tipc: Fix end of loop tests for list_for_each_entry() | Dan Carpenter | 2 | -2/+2 |
2022-02-23 | udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() | Dan Carpenter | 1 | -1/+1 |
2022-02-23 | net: dsa: fix panic when removing unoffloaded port from bridge | Alvin Šipraga | 1 | -1/+8 |
2022-02-23 | net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends | Eric Dumazet | 1 | -2/+2 |
2022-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 7 | -6/+57 |
2022-02-22 | netfilter: nf_tables: fix memory leak during stateful obj update | Florian Westphal | 1 | -4/+9 |
2022-02-21 | netfilter: nft_limit: fix stateful object memory leak | Florian Westphal | 1 | -0/+18 |
2022-02-21 | netfilter: nf_tables: unregister flowtable hooks on netns exit | Pablo Neira Ayuso | 1 | -0/+3 |
2022-02-21 | gso: do not skip outer ip header in case of ipip and net_failover | Tao Liu | 2 | -1/+6 |
2022-02-20 | netfilter: nf_tables_offload: incorrect flow offload action array size | Pablo Neira Ayuso | 4 | -2/+25 |
2022-02-20 | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held | Vladimir Oltean | 2 | -7/+20 |
2022-02-19 | mptcp: add mibs counter for ignored incoming options | Paolo Abeni | 3 | -2/+10 |
2022-02-19 | mptcp: fix race in incoming ADD_ADDR option processing | Paolo Abeni | 1 | -5/+14 |
2022-02-19 | mptcp: fix race in overlapping signal events | Paolo Abeni | 1 | -0/+10 |
2022-02-18 | net-timestamp: convert sk->sk_tskey to atomic_t | Eric Dumazet | 5 | -6/+6 |
2022-02-18 | net/sched: act_ct: Fix flow table lookup after ct clear or switching zones | Paul Blakey | 1 | -5/+0 |
2022-02-18 | net-sysfs: add check for netdevice being present to speed_show | suresh kumar | 1 | -1/+1 |
2022-02-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | Jakub Kicinski | 1 | -0/+3 |
2022-02-17 | ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt | Eric Dumazet | 1 | -9/+10 |
2022-02-17 | ipv4: fix data races in fib_alias_hw_flags_set | Eric Dumazet | 4 | -18/+21 |
2022-02-17 | net: dsa: lan9303: handle hwaccel VLAN tags | Mans Rullgard | 1 | -14/+7 |
2022-02-17 | vsock: remove vsock from connected table when connect is interrupted by a signal | Seth Forshee | 1 | -0/+1 |
2022-02-17 | ping: fix the dif and sdif check in ping_lookup | Xin Long | 1 | -2/+9 |
2022-02-17 | net: sched: limit TC_ACT_REPEAT loops | Eric Dumazet | 1 | -3/+10 |
2022-02-17 | tipc: fix wrong notification node addresses | Jon Maloy | 1 | -5/+6 |
2022-02-17 | ipv6: per-netns exclusive flowlabel checks | Willem de Bruijn | 1 | -1/+3 |
2022-02-17 | net: bridge: multicast: notify switchdev driver whenever MC processing gets d... | Oleksandr Mazur | 1 | -0/+4 |
2022-02-15 | mctp: fix use after free | Tom Rix | 1 | -5/+6 |
2022-02-15 | ipv4: add description about martian source | Zhang Yunkai | 1 | -0/+3 |
2022-02-15 | tipc: fix wrong publisher node address in link publications | Jon Maloy | 1 | -1/+1 |
2022-02-14 | net: fix documentation for kernel_getsockname | Alex Maydanik | 1 | -2/+2 |
2022-02-14 | net_sched: add __rcu annotation to netdev->qdisc | Eric Dumazet | 4 | -28/+35 |
2022-02-14 | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN | Vladimir Oltean | 2 | -1/+1 |
2022-02-14 | ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() | Ignat Korchagin | 2 | -3/+3 |
2022-02-14 | netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency | Pablo Neira Ayuso | 1 | -0/+2 |
2022-02-13 | tipc: fix a bit overflow in tipc_crypto_key_rcv() | Hangyu Hua | 1 | -1/+1 |
2022-02-11 | Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/... | David S. Miller | 2 | -21/+25 |
2022-02-11 | bpf: Do not try bpf_msg_push_data with len 0 | Felix Maurer | 1 | -0/+3 |
2022-02-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nf | David S. Miller | 2 | -2/+4 |
2022-02-11 | drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit | Eric Dumazet | 1 | -2/+9 |
2022-02-11 | net/smc: Avoid overwriting the copies of clcsock callback functions | Wen Gu | 1 | -3/+7 |
2022-02-11 | Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 19 | -82/+144 |
2022-02-10 | netfilter: nft_synproxy: unregister hooks on init error path | Pablo Neira Ayuso | 1 | -1/+3 |
2022-02-10 | net: mpls: Fix GCC 12 warning | Victor Erminpour | 1 | -1/+1 |
2022-02-10 | skbuff: cleanup double word in comment | Tom Rix | 1 | -1/+1 |