summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean2022-05-061-40/+0
* net: move netif_set_gso_max helpersJakub Kicinski2022-05-061-0/+21
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-062-8/+8
* net: don't allow user space to lift the device limitsJakub Kicinski2022-05-062-2/+37
* net: add netif_inherit_tso_max()Jakub Kicinski2022-05-063-4/+14
* mptcp: add more offered MIBs counterPaolo Abeni2022-05-053-1/+13
* mptcp: never shrink offered windowPaolo Abeni2022-05-053-12/+50
* tcp: allow MPTCP to update the announced windowPaolo Abeni2022-05-052-7/+9
* mptcp: add mib for xmit window sharingPaolo Abeni2022-05-053-1/+5
* mptcp: really share subflow snd_wndPaolo Abeni2022-05-051-9/+15
* net: Make msg_zerocopy_alloc staticDavid Ahern2022-05-051-2/+1
* net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+2
* net: align SO_RCVMARK required privileges with SO_MARKEyal Birger2022-05-051-0/+6
* Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski2022-05-051-298/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-0511-67/+87
|\
| * Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-0510-66/+82
| |\
| | * NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou2022-05-051-2/+2
| | * tcp: drop the hash_32() part from the index calculationWilly Tarreau2022-05-041-1/+1
| | * tcp: increase source port perturb table to 2^16Willy Tarreau2022-05-041-4/+5
| | * tcp: dynamically allocate the perturb table used by source portsWilly Tarreau2022-05-041-2/+10
| | * tcp: add small random increments to the source portWilly Tarreau2022-05-041-4/+5
| | * tcp: resalt the secret every 10 secondsEric Dumazet2022-05-041-3/+9
| | * tcp: use different parts of the port_offset for index and offsetWilly Tarreau2022-05-041-1/+1
| | * secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-043-8/+10
| | * net: rds: acquire refcount on TCP socketsTetsuo Handa2022-05-031-0/+8
| | * nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou2022-05-011-15/+14
| | * mld: respect RCU rules in ip6_mc_source() and ip6_mc_msfilter()Eric Dumazet2022-04-301-4/+4
| | * net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet2022-04-301-3/+6
| | * rxrpc: Enable IPv6 checksums on transport socketDavid Howells2022-04-301-0/+3
| | * can: isotp: remove re-binding of bound socketOliver Hartkopp2022-04-291-20/+5
| * | Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds2022-04-291-1/+5
| |\ \ | | |/ | |/|
| | * libceph: disambiguate cluster/pool full log messageIlya Dryomov2022-04-251-1/+5
* | | memcg: accounting for objects allocated for new netdeviceVasily Averin2022-05-043-6/+6
* | | mptcp: netlink: allow userspace-driven subflow establishmentFlorian Westphal2022-05-043-0/+211
* | | mptcp: netlink: Add MPTCP_PM_CMD_REMOVEKishen Maloor2022-05-043-2/+74
* | | mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCEKishen Maloor2022-05-043-5/+79
* | | mptcp: netlink: split mptcp_pm_parse_addr into two functionsFlorian Westphal2022-05-041-21/+39
* | | mptcp: read attributes of addr entries managed by userspace PMsKishen Maloor2022-05-044-3/+62
* | | mptcp: handle local addrs announced by userspace PMsKishen Maloor2022-05-046-26/+113
* | | Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-0329-342/+448
|\ \ \
| * | | mac80211: prepare sta handling for MLO supportSriram R2022-04-1127-332/+385
| * | | mac80211: minstrel_ht: fix where rate stats are stored (fixes debugfs output)Peter Seiderer2022-04-111-0/+3
| * | | nl80211: show SSID for P2P_GO interfacesJohannes Berg2022-04-111-0/+1
| * | | mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-112-0/+47
| * | | mac80211: protect ieee80211_assign_beacon with next_beacon checkLorenzo Bianconi2022-04-111-10/+12
* | | | netdev: reshuffle netif_napi_add() APIs to allow dropping weightJakub Kicinski2022-05-031-3/+3
* | | | mptcp: allow ADD_ADDR reissuance by userspace PMsKishen Maloor2022-05-031-2/+10
* | | | mptcp: expose server_side attribute in MPTCP netlink eventsKishen Maloor2022-05-031-0/+3
* | | | mptcp: establish subflows from either end of connectionKishen Maloor2022-05-033-7/+8
* | | | mptcp: reflect remote port (not 0) in ANNOUNCED eventsKishen Maloor2022-05-034-8/+15