aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25net/smc: fix connection leakD. Wythe1-2/+8
2022-02-25net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka3-2/+178
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+1
2022-02-24mptcp: Correctly set DATA_FIN timeout when number of retransmits is largeMat Martineau1-2/+5
2022-02-24mptcp: accurate SIOCOUTQ for fallback socketPaolo Abeni1-0/+11
2022-02-24net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov3-131/+79
2022-02-24net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean4-15/+177
2022-02-24net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2-1/+3
2022-02-24net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2-13/+5
2022-02-24net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2-53/+33
2022-02-24net: dsa: create a dsa_lag structureVladimir Oltean6-40/+87
2022-02-24net: dsa: make LAG IDs one-basedVladimir Oltean2-5/+5
2022-02-24net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean4-25/+25
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-71/+200
2022-02-24Bluetooth: hci_sync: Fix not using conn_timeoutLuiz Augusto von Dentz1-6/+15
2022-02-24Bluetooth: hci_sync: Fix hci_update_accept_list_syncLuiz Augusto von Dentz1-1/+4
2022-02-24Bluetooth: assign len after null checkWang Qing1-1/+2
2022-02-24Bluetooth: fix data races in smp_unregister(), smp_del_chan()Lin Ma1-2/+2
2022-02-24Bluetooth: hci_core: Fix leaking sent_cmd skbLuiz Augusto von Dentz1-0/+1
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-23ethtool: add support to set/get completion queue event sizeSubbaraya Sundeep2-3/+18
2022-02-23Revert "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 handlerVladimir Oltean1-4/+12
2022-02-23netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variantEric Dumazet1-2/+2
2022-02-22net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-0/+32
2022-02-22net: add skb_set_end_offset() helperEric Dumazet1-14/+5
2022-02-22ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet1-3/+2
2022-02-22net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga1-1/+8
2022-02-22net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)1-1/+1
2022-02-22net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2022-02-22s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+1
2022-02-22gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet1-5/+31
2022-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller7-6/+57
2022-02-22netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal1-4/+9
2022-02-21net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2-11/+22