summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-291-0/+2
* | | | | | | | netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-291-1/+1
* | | | | | | | xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer2022-09-261-2/+2
* | | | | | | | net: Remove unused inline function dst_hold_and_use()Gaosheng Cui2022-09-261-6/+0
* | | | | | | | net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui2022-09-261-5/+0
* | | | | | | | neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui2022-09-261-5/+0
* | | | | | | | net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart2022-09-231-2/+0
* | | | | | | | net/sched: sch_api: add helper for tc qdisc walker stats dumpZhengchao Shao2022-09-231-0/+13
* | | | | | | | net/tls: Describe ciphers sizes by const structsTariq Toukan2022-09-231-0/+10
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-224-4/+40
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-09-201-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz2022-09-091-2/+0
| * | | | | | | | net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier2022-09-162-2/+3
| * | | | | | | | net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang2022-09-161-0/+37
| |/ / / / / / /
* | | | | | | | net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-221-0/+2
* | | | | | | | net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-221-0/+1
* | | | | | | | net: sched: remove unused tcf_result extensionJamal Hadi Salim2022-09-221-5/+0
* | | | | | | | net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao2022-09-211-0/+13
* | | | | | | | tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-202-0/+7
* | | | | | | | tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima2022-09-201-0/+1
* | | | | | | | tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima2022-09-201-0/+10
* | | | | | | | tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-1/+2
* | | | | | | | net: dsa: allow masters to join a LAGVladimir Oltean2022-09-201-0/+12
* | | | | | | | net: dsa: propagate extack to port_lag_joinVladimir Oltean2022-09-201-2/+4
* | | | | | | | net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean2022-09-201-0/+8
* | | | | | | | net: dsa: introduce dsa_port_get_master()Vladimir Oltean2022-09-201-0/+5
* | | | | | | | flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek2022-09-201-0/+6
* | | | | | | | flow_dissector: Add L2TPv3 dissectorsWojciech Drewek2022-09-201-0/+9
* | | | | | | | net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-091-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-09-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal2022-09-071-0/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-085-5/+71
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-071-0/+67
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-032-3/+0
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-312-3/+0
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-022-2/+4
| |\ \ \ \ \ \ \
| | * | | | | | | rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-2/+0
| | * | | | | | | rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+4
| | |/ / / / / /
* | | | | | | | net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson2022-09-071-0/+21
* | | | | | | | net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson2022-09-072-0/+14
* | | | | | | | netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal2022-09-071-0/+9
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-065-1/+26
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau2022-09-032-0/+4
| * | | | | | bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau2022-09-031-0/+2
| * | | | | | bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau2022-09-031-0/+2
| * | | | | | bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau2022-09-031-0/+2
| * | | | | | bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-031-1/+1
| * | | | | | bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()Martin KaFai Lau2022-08-192-0/+4
| * | | | | | bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()Martin KaFai Lau2022-08-191-0/+2
| * | | | | | bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau2022-08-191-0/+2