summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-0518-68/+173
|\
| * Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-0515-44/+129
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-044-26/+67
| | |\
| | | * net: xfrm: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-261-1/+1
| | | * net/xfrm/compat: Copy xfrm_spdattr_type_t atributesDmitry Safonov2021-07-211-5/+44
| | | * xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-9/+8
| | | * Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...Steffen Klassert2021-07-021-14/+7
| | | * net: xfrm: fix memory leak in xfrm_user_rcv_msgPavel Skripkin2021-06-291-0/+10
| | * | net: sched: fix lockdep_set_class() typo error for sch->seqlockYunsheng Lin2021-08-041-1/+1
| | * | VSOCK: handle VIRTIO_VSOCK_OP_CREDIT_REQUESTHarshavardhan Unnibhavi2021-08-031-0/+3
| | * | mptcp: drop unused rcu member in mptcp_pm_addr_entryGeliang Tang2021-08-031-1/+0
| | * | sctp: move the active_key update after sh_keys is addedXin Long2021-08-031-5/+9
| | * | net: really fix the build...David S. Miller2021-08-031-1/+15
| | * | net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...Vladimir Oltean2021-08-023-8/+27
| | * | net/sched: taprio: Fix init procedureYannick Vignon2021-08-021-2/+0
| | * | net, gro: Set inner transport header offset in tcp/udp GRO hookJakub Sitnicki2021-08-022-0/+7
| * | | Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-053-24/+44
| |/ /
* | | net: dsa: tag_sja1105: optionally build as module when switch driver is modul...Vladimir Oltean2021-08-051-0/+1
* | | net: Remove redundant if statementsYajun Deng2021-08-0539-168/+82
* | | net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* | | net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva2021-08-051-7/+13
* | | net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-052-18/+19
* | | net: core: don't call SIOCBRADD/DELIF for non-bridge devicesNikolay Aleksandrov2021-08-051-0/+2
* | | net: bridge: fix ioctl old_deviceless bridge argumentNikolay Aleksandrov2021-08-051-1/+1
* | | net: bridge: fix ioctl lockingNikolay Aleksandrov2021-08-053-17/+31
* | | net/ipv4: Revert use of struct_size() helperGustavo A. R. Silva2021-08-052-9/+7
* | | net: fix GRO skb truesize updatePaolo Abeni2021-08-051-1/+1
* | | net: dsa: give preference to local CPU portsVladimir Oltean2021-08-051-3/+39
* | | net: dsa: rename teardown_default_cpu to teardown_cpu_portsVladimir Oltean2021-08-051-5/+5
* | | mctp: remove duplicated assignment of pointer hdrColin Ian King2021-08-051-1/+0
* | | net: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-041-2/+2
* | | pktgen: Remove redundant clone_skb overrideNick Richardson2021-08-041-5/+0
* | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+13
* | | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-044-28/+136
* | | Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-043-43/+136
|\ \ \
| * | | can: j1939: extend UAPI to notify about RX statusOleksij Rempel2021-08-043-34/+127
| * | | can: j1939: rename J1939_ERRQUEUE_* to J1939_ERRQUEUE_TX_*Oleksij Rempel2021-08-043-10/+10
| * | | can: j1939: j1939_session_tx_dat(): fix typoMarc Kleine-Budde2021-08-031-1/+1
* | | | ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()Eric Dumazet2021-08-041-59/+46
* | | | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+44
* | | | net: add extack arg for link opsRocco Yue2021-08-043-8/+11
* | | | af_unix: Add OOB supportRao Shoaib2021-08-042-2/+156
* | | | net: dsa: tag_sja1105: consistently fail with arbitrary inputVladimir Oltean2021-08-031-1/+1
* | | | net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...Vladimir Oltean2021-08-032-2/+2
* | | | net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng2021-08-031-1/+1
* | | | move netdev_boot_setup into Space.cArnd Bergmann2021-08-032-127/+0
* | | | ethtool: runtime-resume netdev parent in ethnl_ops_beginHeiner Kallweit2021-08-031-6/+25
* | | | ethtool: move netif_device_present check from ethnl_parse_header_dev_get to e...Heiner Kallweit2021-08-031-7/+7
* | | | ethtool: move implementation of ethnl_ops_begin/complete to netlink.cHeiner Kallweit2021-08-032-13/+16
* | | | ethtool: runtime-resume netdev parent before ethtool ioctl opsHeiner Kallweit2021-08-031-3/+15