summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: switchdev: avoid infinite recursion from LAG to bridge with port object ...Vladimir Oltean2022-02-231-4/+12
* | | net: preserve skb_end_offset() in skb_unclone_keeptruesize()Eric Dumazet2022-02-221-0/+32
* | | net: add skb_set_end_offset() helperEric Dumazet2022-02-221-14/+5
* | | ipv6: tcp: consistently use MAX_TCP_HEADEREric Dumazet2022-02-221-3/+2
* | | net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-221-1/+1
* | | s390/iucv: sort out physical vs virtual pointers usageAlexander Gordeev2022-02-221-1/+1
* | | gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()Eric Dumazet2022-02-221-5/+31
* | | net: hsr: fix hsr build error when lockdep is not enabledJuhee Kang2022-02-212-11/+22
* | | ipv6: separate ndisc_ns_create() from ndisc_send_ns()Hangbin Liu2022-02-211-17/+32
* | | ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-02-212-3/+11
* | | net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy2022-02-211-2/+2
* | | net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong2022-02-201-4/+6
* | | net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong2022-02-201-2/+11
* | | net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong2022-02-201-2/+7
* | | net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2022-02-202-2/+8