summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr
2021-10-29mctp: Add flow extension to skbJeremy Kerr
2021-10-29mctp: Return new key from mctp_alloc_local_tagJeremy Kerr
2021-10-28net: bridge: switchdev: consistent function namingVladimir Oltean
2021-10-28net: bridge: mdb: move all switchdev logic to br_switchdev.cVladimir Oltean
2021-10-28net: bridge: split out the switchdev portion of br_mdb_notifyVladimir Oltean
2021-10-28net: bridge: move br_vlan_replay to br_switchdev.cVladimir Oltean
2021-10-28net: bridge: provide shim definition for br_vlan_flagsVladimir Oltean
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky
2021-10-28net/tls: Fix flipped sign in async_wait.err assignmentDaniel Jordan
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier
2021-10-28sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy
2021-10-28net/smc: Correct spelling mistake to TCPF_SYN_RECVWen Gu
2021-10-28net/smc: Fix smc_link->llc_testlink_time overflowTony Lu
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet
2021-10-28tcp: factorize ip_summed settingEric Dumazet
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet
2021-10-27xdp: Remove redundant warningYajun Deng
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang