summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: lapb: Copy the skb before sending a packetXie He2021-02-021-1/+2
* Merge tag 'mac80211-for-net-2021-02-02' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-02-023-4/+8
|\
| * staging: rtl8723bs: Move wiphy setup to after reading the regulatory settings...Hans de Goede2021-02-011-2/+2
| * mac80211: fix station rate table updates on assocFelix Fietkau2021-02-012-2/+6
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2021-02-025-17/+5
|\ \
| * | i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov2021-02-012-13/+1
| * | igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo2021-02-011-1/+1
| * | igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo2021-02-011-2/+1
| * | igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng2021-02-011-1/+2
| |/
* | docs: networking: swap words in icmp_errors_use_inbound_ifaddr docVincent Bernat2021-02-021-1/+1
* | udp: ipv4: manipulate network header of NATed UDP GRO fraglistDongseok Yi2021-02-023-7/+66
* | net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-021-9/+7
* | vsock: fix the race conditions in multi-transport supportAlexander Popov2021-02-021-5/+12
* | net: sched: replaced invalid qdisc tree flush helper in qdisc_replaceAlexander Ovechkin2021-02-021-1/+1
* | ibmvnic: device remove has higher precedence over resetLijun Pan2021-02-021-5/+0
* | net: dsa: mv88e6xxx: override existent unicast portvec in port_fdb_addDENG Qingfang2021-02-021-1/+5
|/
* neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal2021-01-301-3/+4
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-01-302-6/+6
* r8169: work around RTL8125 UDP hw bugHeiner Kallweit2021-01-301-6/+65
* net: arcnet: Fix RESET flag handlingAhmed S. Darwish2021-01-308-14/+78
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-01-294-3/+27
|\
| * bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-01-261-1/+4
| * bpf: Drop disabled LSM hooks from the sleepable setMikko Ylinen2021-01-261-0/+12
| * bpf, inode_storage: Put file handler if no storage was foundPan Bian2021-01-221-1/+5
| * bpf, cgroup: Fix problematic bounds checkLoris Reiff2021-01-221-1/+1
| * bpf, cgroup: Fix optlen WARN_ON_ONCE toctouLoris Reiff2021-01-221-0/+5
* | Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-2993-441/+817
|\ \
| * | rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-01-281-0/+1
| * | Merge branch 'mlxsw-various-fixes'Jakub Kicinski2021-01-284-2/+9
| |\ \
| | * | mlxsw: spectrum_span: Do not overwrite policer configurationIdo Schimmel2021-01-282-0/+7
| | * | selftests: forwarding: Specify interface when invoking mausezahnDanielle Ratson2021-01-282-2/+2
| |/ /
| * | stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressingVoon Weifeng2021-01-281-0/+2
| * | net: usb: cdc_ether: added support for Thales Cinterion PLSx3 modem family.Giacinto Cifelli2021-01-281-0/+6
| * | Merge tag 'mlx5-fixes-2021-01-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2021-01-2810-55/+114
| |\ \
| | * | net/mlx5: CT: Fix incorrect removal of tuple_nat_node from nat rhashtablePaul Blakey2021-01-271-7/+13
| | * | net/mlx5e: Revert parameters on errors when changing MTU and LRO state withou...Maxim Mikityanskiy2021-01-271-9/+21
| | * | net/mlx5e: Revert parameters on errors when changing trust state without resetMaxim Mikityanskiy2021-01-271-5/+8
| | * | net/mlx5e: Correctly handle changing the number of queues when the interface ...Maxim Mikityanskiy2021-01-272-1/+14
| | * | net/mlx5e: Fix CT rule + encap slow path offload and deletionPaul Blakey2021-01-271-0/+7
| | * | net/mlx5e: Disable hw-tc-offload when MLX5_CLS_ACT config is disabledMaor Dickman2021-01-272-1/+3
| | * | net/mlx5: Maintain separate page trees for ECPF and PF functionsDaniel Jurgens2021-01-271-24/+34
| | * | net/mlx5e: Fix IPSEC statsMaxim Mikityanskiy2021-01-271-2/+2
| | * | net/mlx5e: Reduce tc unsupported key print levelMaor Dickman2021-01-271-2/+2
| | * | net/mlx5e: free page before returnPan Bian2021-01-271-1/+1
| | * | net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit2021-01-271-3/+8
| | * | net/mlx5: Fix memory leak on flow table creation error flowRoi Dayan2021-01-271-0/+1
| * | | ibmvnic: Ensure that CRQ entry read are correctly orderedLijun Pan2021-01-281-0/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-283-18/+30
| |\ \ \
| | * | | netfilter: nft_dynset: dump expressions when set definition contains no expre...Pablo Neira Ayuso2021-01-161-14/+17
| | * | | netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-01-161-1/+3