aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean3-94/+85
2021-10-28net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean1-0/+5
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-171/+319
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti1-15/+24
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan1-1/+1
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-4/+13
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier1-2/+10
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy1-2/+6
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu1-1/+1
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu1-1/+1
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov1-12/+12
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2-6/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet3-3/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet3-9/+2
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet2-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2-6/+7
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang1-5/+4
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2-145/+95
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni3-3/+3
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet2-17/+20
2021-10-27xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee1-1/+1
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-19/+19
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann1-20/+30
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski4-20/+24
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2-164/+33
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean1-19/+22
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean3-56/+54
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean1-14/+17
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean4-8/+7
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean1-7/+7
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean1-59/+57
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean1-124/+122
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-22/+42
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang4-0/+10
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2-14/+15
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang4-9/+6
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian1-0/+12
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean1-3/+0
2021-10-26net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean1-0/+2
2021-10-26mctp: Implement extended addressingJeremy Kerr2-35/+149
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken4-26/+113
2021-10-26net: batman-adv: fix error handlingPavel Skripkin4-20/+52
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet1-3/+0