summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-261-4/+4
* net: openvswitch: IPv6: Add IPv6 extension header supportToms Atteka2022-02-253-2/+178
* net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-253-131/+79
* net: dsa: support FDB events on offloaded LAG interfacesVladimir Oltean2022-02-254-15/+177
* net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_devVladimir Oltean2022-02-252-1/+3
* net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_workVladimir Oltean2022-02-252-13/+5
* net: switchdev: remove lag_mod_cb from switchdev_handle_fdb_event_to_deviceVladimir Oltean2022-02-252-53/+33
* net: dsa: create a dsa_lag structureVladimir Oltean2022-02-256-40/+87
* net: dsa: make LAG IDs one-basedVladimir Oltean2022-02-252-5/+5
* net: dsa: rename references to "lag" as "lag_dev"Vladimir Oltean2022-02-254-25/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-2531-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-231-1/+8
| * net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friendsEric Dumazet2022-02-231-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