summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* page_pool: keep pp info as long as page pool owns the pageYunsheng Lin2021-08-101-4/+17
* devlink: Fix port_type_set function pointer checkLeon Romanovsky2021-08-091-1/+1
* net/smc: Allow SMC-D 1MB DMB allocationsStefan Raspl2021-08-091-15/+16
* devlink: Set device as early as possibleLeon Romanovsky2021-08-092-10/+10
* net/iucv: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-091-9/+9
* net/iucv: get rid of register asm usageHeiko Carstens2021-08-091-20/+22
* net/af_iucv: remove wrappers around iucv (de-)registrationJulian Wiedmann2021-08-091-13/+3
* net/af_iucv: clean up a try_then_request_module()Julian Wiedmann2021-08-091-11/+3
* net/af_iucv: support drop monitoringJulian Wiedmann2021-08-091-20/+22
* net: dsa: avoid fast ageing twice when port leaves a bridgeVladimir Oltean2021-08-091-1/+3
* net: dsa: still fast-age ports joining a bridge if they can't configure learningVladimir Oltean2021-08-091-1/+17
* net: dsa: flush the dynamic FDB of the software bridge when fast ageing a portVladimir Oltean2021-08-081-0/+20
* net: dsa: don't fast age bridge ports with learning turned offVladimir Oltean2021-08-081-1/+1
* net: dsa: centralize fast ageing when address learning is turned offVladimir Oltean2021-08-082-5/+32
* devlink: Simplify devlink port API callsLeon Romanovsky2021-08-081-48/+47
* net: dsa: don't fast age standalone portsVladimir Oltean2021-08-083-10/+14
* net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean2021-08-063-19/+0
* net: dsa: stop syncing the bridge mcast_router attribute at join timeVladimir Oltean2021-08-061-10/+0
* ethtool: return error from ethnl_ops_begin if dev is NULLHeiner Kallweit2021-08-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-0618-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-033-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