summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-23net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet1-0/+32
2022-02-23net: add skb_set_end_offset() helperEric Dumazet1-14/+5
2022-02-23ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet1-3/+2
2022-02-23net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga1-1/+8
2022-02-23net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)1-1/+1
2022-02-23net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet1-2/+2
2022-02-23s390/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-22net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2-11/+22
2022-02-21netfilter: nft_limit: fix stateful object memory leakFlorian Westphal1-0/+18
2022-02-21netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso1-0/+3
2022-02-21ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu1-17/+32
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2-3/+11
2022-02-21gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2-1/+6