summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ping: remove pr_err from ping_lookupXin Long2022-02-241-1/+0
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-8/+38
* ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
* net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
* net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
* udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter2022-02-231-1/+1
* net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-221-1/+8
* net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-02-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-227-6/+57
|\
| * netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal2022-02-221-4/+9
| * netfilter: nft_limit: fix stateful object memory leakFlorian Westphal2022-02-211-0/+18
| * netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2022-02-211-0/+3
| * netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-204-2/+25
| * netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso2022-02-131-0/+2
* | gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-212-1/+6
* | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2022-02-192-7/+20
* | mptcp: add mibs counter for ignored incoming optionsPaolo Abeni2022-02-193-2/+10
* | mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni2022-02-191-5/+14
* | mptcp: fix race in overlapping signal eventsPaolo Abeni2022-02-191-0/+10
* | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-185-6/+6
* | net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-02-181-5/+0
* | net-sysfs: add check for netdevice being present to speed_showsuresh kumar2022-02-181-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-171-0/+3
|\ \
| * | bpf: Do not try bpf_msg_push_data with len 0Felix Maurer2022-02-111-0/+3
* | | ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet2022-02-171-9/+10
* | | ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet2022-02-174-18/+21
* | | net: dsa: lan9303: handle hwaccel VLAN tagsMans Rullgard2022-02-171-14/+7
* | | vsock: remove vsock from connected table when connect is interrupted by a signalSeth Forshee2022-02-171-0/+1
* | | ping: fix the dif and sdif check in ping_lookupXin Long2022-02-171-2/+9
* | | net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-161-3/+10
* | | tipc: fix wrong notification node addressesJon Maloy2022-02-161-5/+6
* | | ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+3
* | | net: bridge: multicast: notify switchdev driver whenever MC processing gets d...Oleksandr Mazur2022-02-161-0/+4
* | | mctp: fix use after freeTom Rix2022-02-151-5/+6
* | | ipv4: add description about martian sourceZhang Yunkai2022-02-151-0/+3
* | | tipc: fix wrong publisher node address in link publicationsJon Maloy2022-02-141-1/+1
* | | net: fix documentation for kernel_getsocknameAlex Maydanik2022-02-141-2/+2
* | | net_sched: add __rcu annotation to netdev->qdiscEric Dumazet2022-02-144-28/+35
* | | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2022-02-142-1/+1
* | | ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2022-02-142-3/+3
| |/ |/|
* | tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua2022-02-131-1/+1
* | Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-02-112-21/+25
|\ \ | |/ |/|
| * cfg80211: fix race in netlink owner interface destructionJohannes Berg2022-02-041-13/+4
| * mac80211: mlme: check for null after calling kmemdupJiasheng Jiang2022-01-311-8/+21
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-112-2/+4
|\ \
| * | netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso2022-02-101-1/+3
| * | netfilter: xt_socket: fix a typo in socket_mt_destroy()Eric Dumazet2022-02-091-1/+1
* | | drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet2022-02-111-2/+9
* | | net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu2022-02-111-3/+7