summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ping: remove pr_err from ping_lookupXin Long2022-02-241-1/+0
| * openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-02-241-8/+38
| * ipv6: prevent a possible race condition with lifetimesNiels Dossche2022-02-241-0/+2
| * net/smc: Use a mutex for locking "struct smc_pnettable"Fabio M. De Francesco2022-02-242-22/+22
| * net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
| * tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-02-232-2/+2
| * udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter2022-02-231-1/+1
| * net: dsa: fix panic when removing unoffloaded port from bridgeAlvin Šipraga2022-02-221-1/+8
| * net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-02-221-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-02-227-6/+57
| |\
| | * netfilter: nf_tables: fix memory leak during stateful obj updateFlorian Westphal2022-02-221-4/+9
| | * netfilter: nft_limit: fix stateful object memory leakFlorian Westphal2022-02-211-0/+18
| | * netfilter: nf_tables: unregister flowtable hooks on netns exitPablo Neira Ayuso2022-02-211-0/+3
| | * netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-02-204-2/+25
| | * netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso2022-02-131-0/+2
| * | gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-212-1/+6
| * | net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't heldVladimir Oltean2022-02-192-7/+20
| * | mptcp: add mibs counter for ignored incoming optionsPaolo Abeni2022-02-193-2/+10
| * | mptcp: fix race in incoming ADD_ADDR option processingPaolo Abeni2022-02-191-5/+14
| * | mptcp: fix race in overlapping signal eventsPaolo Abeni2022-02-191-0/+10
| * | net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-02-185-6/+6
| * | net/sched: act_ct: Fix flow table lookup after ct clear or switching zonesPaul Blakey2022-02-181-5/+0
| * | net-sysfs: add check for netdevice being present to speed_showsuresh kumar2022-02-181-1/+1
* | | 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
* | | mctp: make __mctp_dev_get() take a refcount holdMatt Johnston2022-02-233-5/+22