summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | xsk: Skip polling event check for unbound socketYewon Choi2023-12-051-3/+2
| * | | | | tcp: do not accept ACK of bytes we never sentEric Dumazet2023-12-061-1/+5
| * | | | | net/tcp: Don't store TCP-AO maclen on reqskDmitry Safonov2023-12-063-10/+8
| * | | | | net/tcp: Don't add key with non-matching VRF on connected socketsDmitry Safonov2023-12-061-0/+9
| * | | | | net/tcp: Limit TCP_AO_REPAIR to non-listen socketsDmitry Safonov2023-12-061-0/+6
| * | | | | net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-065-9/+9
| * | | | | ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()Shigeru Yoshida2023-12-061-4/+7
| * | | | | tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-3/+19
| * | | | | packet: Move reference count in packet_sock to atomic_long_tDaniel Borkmann2023-12-042-9/+9
| |/ / / /
| * | | | ipv6: fix potential NULL deref in fib6_add()Eric Dumazet2023-11-301-5/+1
* | | | | net: rtnetlink: remove local list in __linkwatch_run_queue()Johannes Berg2023-12-061-9/+4
* | | | | packet: add a generic drop reason for receiveYan Zhai2023-12-051-13/+7
* | | | | net: core: synchronize link-watch when carrier is queriedJohannes Berg2023-12-056-4/+20
* | | | | tcp: reorganize tcp_sock fast path variablesCoco Li2023-12-051-0/+93
* | | | | net-device: reorganize net_device fast path variablesCoco Li2023-12-051-0/+56
* | | | | net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela2023-12-051-4/+2
* | | | | net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela2023-12-051-4/+2
* | | | | net/sched: act_api: avoid non-contiguous action arrayPedro Tammela2023-12-051-12/+21
* | | | | net/sched: act_api: use tcf_act_for_each_actionPedro Tammela2023-12-051-7/+5
* | | | | docs: bridge: Add kAPI/uAPI fieldsHangbin Liu2023-12-051-0/+2
* | | | | netdev-genl: Add PID for the NAPI threadAmritha Nambiar2023-12-041-0/+7
* | | | | net: Add NAPI IRQ supportAmritha Nambiar2023-12-042-0/+5
* | | | | netdev-genl: Add netlink framework functions for napiAmritha Nambiar2023-12-043-4/+122
* | | | | netdev-genl: spec: Extend netdev netlink spec in YAML for NAPIAmritha Nambiar2023-12-043-0/+36
* | | | | netdev-genl: Add netlink framework functions for queueAmritha Nambiar2023-12-041-3/+184
* | | | | net: Add queue and napi associationAmritha Nambiar2023-12-041-0/+37
* | | | | netdev-genl: spec: Extend netdev netlink spec in YAML for queueAmritha Nambiar2023-12-043-0/+39
* | | | | tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-042-1/+86
* | | | | netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li2023-12-021-0/+45
* | | | | tcp: tcp_gro_dev_warn() cleanupEric Dumazet2023-12-011-18/+11
| |_|_|/ |/| | |
* | | | net/sched: cbs: Use units.h instead of the copy of a definitionAndy Shevchenko2023-11-301-2/+2
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-306-12/+91
|\ \ \ \
| * | | | xsk: Add option to calculate TX checksum in SWStanislav Fomichev2023-11-293-1/+13
| * | | | xsk: Validate xsk_tx_metadata flagsStanislav Fomichev2023-11-291-0/+4
| * | | | xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2023-11-293-2/+47
| * | | | xsk: Support tx_metadata_lenStanislav Fomichev2023-11-294-8/+26
| * | | | bpf: Fix a few selftest failures due to llvm18 changeYonghong Song2023-11-271-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-3015-105/+370
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-299-101/+357
| |\ \ \
| | * | | wifi: mac80211: use wiphy locked debugfs for sdata/linkJohannes Berg2023-11-271-45/+105
| | * | | wifi: mac80211: use wiphy locked debugfs helpers for agg_statusJohannes Berg2023-11-272-33/+43
| | * | | wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+160
| | * | | wifi: mac80211: handle 320 MHz in ieee80211_ht_cap_ie_to_sta_ht_capBen Greear2023-11-241-0/+1
| | * | | wifi: cfg80211: hold wiphy mutex for send_interfaceJohannes Berg2023-11-242-2/+7
| | * | | wifi: cfg80211: lock wiphy mutex for rfkill pollJohannes Berg2023-11-241-0/+2
| | * | | wifi: cfg80211: fix CQM for non-range useJohannes Berg2023-11-242-19/+32
| | * | | wifi: mac80211: do not pass AP_VLAN vif pointer to drivers during flushOldřich Jedlička2023-11-241-2/+7
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-293-2/+7
| |\ \ \ \
| | * | | | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-303-2/+7
| * | | | | ethtool: don't propagate EOPNOTSUPP from dumpsJakub Kicinski2023-11-291-0/+1