summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-03-01net/smc: don't send in the BH context if sock_owned_by_userDust Li3-5/+34
2022-03-01net/smc: don't req_notify until all CQEs drainedDust Li1-21/+28
2022-03-01net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-03-01net/smc: send directly on setting TCP_NODELAYDust Li1-2/+2
2022-03-01net/smc: add sysctl for autocorkingDust Li2-1/+11
2022-03-01net/smc: add autocorking supportDust Li3-15/+105
2022-03-01net/smc: add sysctl interface for SMCDust Li4-1/+113
2022-02-28net: decnet: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-02-28net/sysctl: avoid two synchronize_rcu() callsEric Dumazet1-4/+2
2022-02-28net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu1-9/+8
2022-02-28net: flow_offload: add tc police action parametersJianbo Liu1-0/+46
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean3-2/+6
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean3-36/+141
2022-02-27net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2-5/+5
2022-02-27net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean3-128/+47
2022-02-27net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean3-12/+50
2022-02-27net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean3-92/+48
2022-02-26net: neigh: add skb drop reasons to arp_error_report()Menglong Dong1-1/+1
2022-02-26net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong1-3/+3
2022-02-26net: ip: add skb drop reasons for ip egress pathMenglong Dong2-7/+7
2022-02-26mctp: Avoid warning if unregister notifies twiceMatt Johnston1-4/+4
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka3-2/+178
2022-02-25net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov3-131/+79
2022-02-25net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean4-15/+177
2022-02-25net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2-1/+3
2022-02-25net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2-13/+5
2022-02-25net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2-53/+33
2022-02-25net: dsa: create a dsa_lag structureVladimir Oltean6-40/+87
2022-02-25net: dsa: make LAG IDs one-basedVladimir Oltean2-5/+5
2022-02-25net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean4-25/+25
2022-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-71/+200
2022-02-24ping: remove pr_err from ping_lookupXin Long1-1/+0
2022-02-24openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey1-8/+38
2022-02-24ipv6: prevent a possible race condition with lifetimesNiels Dossche1-0/+2
2022-02-24net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2-22/+22
2022-02-24can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet1-6/+10
2022-02-24ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2-3/+18
2022-02-24Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long1-5/+3
2022-02-23net: Correct wrong BH disable in hard-interrupt.Sebastian Andrzej Siewior1-3/+8
2022-02-23net: dsa: Include BR_PORT_LOCKED in the list of synced brport flagsHans Schultz1-2/+2
2022-02-23net: bridge: Add support for offloading of locked port flagHans Schultz1-1/+1
2022-02-23net: bridge: Add support for bridge port in locked modeHans Schultz2-2/+15
2022-02-23net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2022-02-23drop_monitor: remove quadratic behaviorEric Dumazet1-55/+24
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2-2/+2
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2022-02-23mctp: Fix warnings reported by clang-analyzerMatt Johnston2-2/+1
2022-02-23mctp: Fix incorrect netdev unref for extended addrMatt Johnston1-6/+2
2022-02-23mctp: make __mctp_dev_get() take a refcount holdMatt Johnston3-5/+22
2022-02-23net: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean1-4/+12