summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-144-44/+34
* net: flow_offload: add support for ARP frame matchingSteen Hegelund2022-11-141-0/+7
* ipasdv4/tcp_ipv4: remove redundant assignmentxu xin2022-11-141-1/+0
* tcp: tcp_wfree() refactoringEric Dumazet2022-11-111-17/+14
* tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet2022-11-111-3/+3
* bridge: Add missing parenthesesIdo Schimmel2022-11-111-1/+1
* mptcp: Fix grammar in a commentMat Martineau2022-11-111-2/+2
* mptcp: get sk from msk directlyGeliang Tang2022-11-113-6/+6
* mptcp: change 'first' as a parameterGeliang Tang2022-11-111-14/+6
* mptcp: use msk instead of mptcp_skGeliang Tang2022-11-111-5/+5
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-112-10/+37
|\
| * bpf: Add hwtstamp field for the sockops progMartin KaFai Lau2022-11-111-8/+31
| * bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi2022-11-031-2/+2
| * bpf: make sure skb->len != 0 when redirecting to a tunneling deviceStanislav Fomichev2022-11-031-0/+4
* | net: gro: no longer use skb_vlan_tag_present()Eric Dumazet2022-11-111-3/+1
* | net: remove skb->vlan_presentEric Dumazet2022-11-111-12/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-1022-81/+122
|\ \
| * | mctp: Fix an error handling path in mctp_init()Wei Yongjun2022-11-092-2/+4
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2022-11-092-1/+3
| |\ \
| | * | netfilter: Cleanup nft_net->module_list from nf_tables_exit_net()Shigeru Yoshida2022-11-081-1/+2
| | * | netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()Ziyang Xuan2022-11-081-0/+1
| * | | Merge tag 'linux-can-fixes-for-6.1-20221107' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-11-083-34/+43
| |\ \ \ | | |/ / | |/| |
| | * | can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp2022-11-071-0/+3
| | * | can: isotp: fix tx state handling for echo tx processingOliver Hartkopp2022-11-071-33/+38
| | * | can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao2022-11-071-1/+1
| | * | can: af_can: can_exit(): add missing dev_remove_pack() of canxl_packetChen Zhongjin2022-11-071-0/+1
| * | | sctp: clear out_curr if all frag chunks of current msg are prunedXin Long2022-11-071-0/+5
| * | | sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long2022-11-071-5/+3
| * | | tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-071-1/+1
| |/ /
| * | ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-071-0/+1
| * | tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei2022-11-071-1/+1
| * | Merge tag 'wireless-2022-11-03' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2022-11-037-9/+31
| |\ \
| | * | wifi: mac80211: Set TWT Information Frame Disabled bit as 1Howard Hsu2022-11-021-0/+3
| | * | wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-11-021-1/+1
| | * | wifi: mac80211: fix general-protection-fault in ieee80211_subif_start_xmit()Zhengchao Shao2022-11-021-0/+5
| | * | wifi: cfg80211: Fix bitrates overflow issuePaul Zhang2022-10-211-2/+4
| | * | wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-10-211-3/+9
| | * | wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-10-211-2/+6
| | * | wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-10-211-1/+3
| * | | net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-031-17/+19
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-11-033-11/+11
| |\ \ \
| | * | | bpf, sock_map: Move cancel_work_sync() out of sock lockCong Wang2022-11-032-8/+6
| | * | | bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-011-3/+5
* | | | | genetlink: fix single op policy dump when do is presentJakub Kicinski2022-11-101-9/+21
* | | | | devlink: Fix warning when unregistering a portIdo Schimmel2022-11-101-2/+2
* | | | | ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol2022-11-101-3/+10
* | | | | gro: avoid checking for a failed searchRichard Gobert2022-11-101-35/+35
* | | | | devlink: Add packet traps for 802.1X operationIdo Schimmel2022-11-091-0/+3
* | | | | bridge: switchdev: Reflect MAB bridge port flag to device driversIdo Schimmel2022-11-091-1/+1
* | | | | bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz2022-11-094-4/+27