summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | flow_dissector: Add support for HSRKurt Kanzenbach2022-03-022-16/+17
| * | | | | | | | | | | | | net: openvswitch: remove unneeded semicolonYang Li2022-03-021-1/+1
| * | | | | | | | | | | | | flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng2022-03-021-0/+2
| * | | | | | | | | | | | | Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux...Jakub Kicinski2022-03-0217-16/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | batman-adv: Demote batadv-on-batadv skip error messageSven Eckelmann2022-03-021-2/+2
| | * | | | | | | | | | | | | batman-adv: Migrate to linux/container_of.hSven Eckelmann2022-03-0216-12/+16
| | * | | | | | | | | | | | | batman-adv: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2022-01-231-1/+0
| | * | | | | | | | | | | | | batman-adv: Start new development cycleSimon Wunderlich2022-01-231-1/+1
| * | | | | | | | | | | | | | net: smc: fix different types in min()Jakub Kicinski2022-03-011-2/+2
| * | | | | | | | | | | | | | net/smc: don't send in the BH context if sock_owned_by_userDust Li2022-03-013-5/+34
| * | | | | | | | | | | | | | net/smc: don't req_notify until all CQEs drainedDust Li2022-03-011-21/+28
| * | | | | | | | | | | | | | net/smc: correct settings of RMB window update limitDust Li2022-03-011-1/+1
| * | | | | | | | | | | | | | net/smc: send directly on setting TCP_NODELAYDust Li2022-03-011-2/+2
| * | | | | | | | | | | | | | net/smc: add sysctl for autocorkingDust Li2022-03-012-1/+11
| * | | | | | | | | | | | | | net/smc: add autocorking supportDust Li2022-03-013-15/+105
| * | | | | | | | | | | | | | net/smc: add sysctl interface for SMCDust Li2022-03-014-1/+113
| * | | | | | | | | | | | | | net: decnet: use time_is_before_jiffies() instead of open coding itWang Qing2022-02-281-1/+2
| * | | | | | | | | | | | | | net/sysctl: avoid two synchronize_rcu() callsEric Dumazet2022-02-281-4/+2
| * | | | | | | | | | | | | | net/smc: Call trace_smc_tx_sendmsg when data corkedTony Lu2022-02-281-9/+8
| * | | | | | | | | | | | | | net: flow_offload: add tc police action parametersJianbo Liu2022-02-281-0/+46
| * | | | | | | | | | | | | | net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-273-2/+6
| * | | | | | | | | | | | | | net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-273-36/+141
| * | | | | | | | | | | | | | net: dsa: tag_8021q: rename dsa_8021q_bridge_tx_fwd_offload_vidVladimir Oltean2022-02-272-5/+5
| * | | | | | | | | | | | | | net: dsa: tag_8021q: merge RX and TX VLANsVladimir Oltean2022-02-273-128/+47
| * | | | | | | | | | | | | | net: dsa: tag_8021q: add support for imprecise RX based on the VBIDVladimir Oltean2022-02-273-12/+50
| * | | | | | | | | | | | | | net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridgingVladimir Oltean2022-02-273-92/+48
| * | | | | | | | | | | | | | net: neigh: add skb drop reasons to arp_error_report()Menglong Dong2022-02-261-1/+1
| * | | | | | | | | | | | | | net: neigh: use kfree_skb_reason() for __neigh_event_send()Menglong Dong2022-02-261-3/+3
| * | | | | | | | | | | | | | net: ip: add skb drop reasons for ip egress pathMenglong Dong2022-02-262-7/+7
| * | | | | | | | | | | | | | mctp: Avoid warning if unregister notifies twiceMatt Johnston2022-02-251-4/+4
| * | | | | | | | | | | | | | net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka2022-02-253-2/+178
| * | | | | | | | | | | | | | net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-243-131/+79
| * | | | | | | | | | | | | | net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-244-15/+177
| * | | | | | | | | | | | | | net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-242-1/+3
| * | | | | | | | | | | | | | net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-242-13/+5
| * | | | | | | | | | | | | | net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-242-53/+33
| * | | | | | | | | | | | | | net: dsa: create a dsa_lag structureVladimir Oltean2022-02-246-40/+87
| * | | | | | | | | | | | | | net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-242-5/+5
| * | | | | | | | | | | | | | net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-244-25/+25
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-2431-71/+200
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | can: gw: use call_rcu() instead of costly synchronize_rcu()Eric Dumazet2022-02-241-6/+10
| * | | | | | | | | | | | | | ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2022-02-232-3/+18
| * | | | | | | | | | | | | | Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long2022-02-231-5/+3
| * | | | | | | | | | | | | | net: Correct wrong BH disable in hard-interrupt.Sebastian Andrzej Siewior2022-02-231-3/+8
| * | | | | | | | | | | | | | net: dsa: Include BR_PORT_LOCKED in the list of synced brport flagsHans Schultz2022-02-231-2/+2
| * | | | | | | | | | | | | | net: bridge: Add support for offloading of locked port flagHans Schultz2022-02-231-1/+1
| * | | | | | | | | | | | | | net: bridge: Add support for bridge port in locked modeHans Schultz2022-02-232-2/+15
| * | | | | | | | | | | | | | drop_monitor: remove quadratic behaviorEric Dumazet2022-02-231-55/+24
| * | | | | | | | | | | | | | mctp: Fix warnings reported by clang-analyzerMatt Johnston2022-02-232-2/+1
| * | | | | | | | | | | | | | mctp: Fix incorrect netdev unref for extended addrMatt Johnston2022-02-231-6/+2