summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2022-02-181-0/+15
* net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2022-02-171-57/+0
* net: add sanity check in proto_register()Eric Dumazet2022-02-171-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-0/+3
|\
| * 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-1730-121/+168
|\| |
| * | 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
* | | | ipv6/addrconf: ensure addrconf_verify_rtnl() has completedEric Dumazet2022-02-171-1/+1
* | | | net: allow out-of-order netdev unregistrationJakub Kicinski2022-02-171-27/+37
* | | | net: transition netdev reg state earlier in run_todoJakub Kicinski2022-02-171-9/+9
* | | | net: ping6: support setting basic SOL_IPV6 options via cmsgJakub Kicinski2022-02-172-5/+17
* | | | net: dsa: tag_ocelot_8021q: calculate TX checksum in software for deferred pa...Vladimir Oltean2022-02-171-0/+7
* | | | net: rtnetlink: rtnl_stats_get(): Emit an extack for unset filter_maskPetr Machata2022-02-161-1/+3
* | | | mptcp: don't save tcp data_ready and write space callbacksFlorian Westphal2022-02-162-8/+6
* | | | mptcp: mark ops structures as ro_after_initFlorian Westphal2022-02-161-8/+7
* | | | mptcp: constify a bunch of of helpersPaolo Abeni2022-02-163-32/+32
* | | | mptcp: drop port parameter of mptcp_pm_add_addr_signalGeliang Tang2022-02-163-7/+7
* | | | mptcp: drop unneeded type casts for hmacGeliang Tang2022-02-162-5/+2
* | | | mptcp: drop unused sk in mptcp_get_optionsGeliang Tang2022-02-163-10/+8
* | | | mptcp: add SNDTIMEO setsockopt supportGeliang Tang2022-02-161-0/+2
* | | | net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_popVladimir Oltean2022-02-161-2/+2
* | | | net/smc: return ETIMEDOUT when smc_connect_clc() timeoutD. Wythe2022-02-161-1/+7
* | | | net: dsa: offload bridge port VLANs on foreign interfacesVladimir Oltean2022-02-162-26/+31
* | | | net: dsa: add explicit support for host bridge VLANsVladimir Oltean2022-02-165-47/+288
* | | | net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...Vladimir Oltean2022-02-161-8/+132