summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* skmsg: Get rid of unncessary memset()Cong Wang2022-06-201-10/+13
* skmsg: Get rid of skb_clone()Cong Wang2022-06-202-6/+2
* net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-206-43/+25
* tcp: Introduce tcp_read_skb()Cong Wang2022-06-201-0/+47
* raw: Use helpers for the hlist_nulls variant.Kuniyuki Iwashima2022-06-203-8/+8
* raw: Fix mixed declarations error in raw_icmp_error().Kuniyuki Iwashima2022-06-201-1/+1
* raw: convert raw sockets to RCUEric Dumazet2022-06-195-69/+69
* raw: use more conventional iteratorsEric Dumazet2022-06-193-144/+87
* ping: convert to RCU lookups, get rid of rwlockEric Dumazet2022-06-181-20/+16
* ax25: use GFP_KERNEL in ax25_dev_device_up()Peter Lafreniere2022-06-181-2/+3
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-187-12/+158
|\
| * bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser2022-06-171-2/+0
| * bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy2022-06-171-0/+10
| * bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-172-1/+120
| * bpf, test_run: Remove unnecessary prog type checksDaniel Xu2022-06-031-6/+0
| * bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-033-0/+25
| * xdp: Directly use ida_alloc()/free() APIsKe Liu2022-06-031-3/+3
* | tipc: cleanup unused functionHoang Le2022-06-172-12/+0
* | tcp: fix build...David S. Miller2022-06-171-16/+0
* | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-0/+17
* | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-4/+29
* | tcp: fix over estimation in sk_forced_mem_schedule()Eric Dumazet2022-06-171-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-177-426/+135
|\ \
| * \ Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-165-410/+110
| |\ \
| | * | Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-164-405/+82
| | * | net: ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsgDuoming Zhou2022-06-151-5/+28
| * | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-112-16/+25
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()Chuck Lever2022-06-081-4/+4
| | * | SUNRPC: Clean up xdr_get_next_encode_buffer()Chuck Lever2022-06-081-3/+5
| | * | SUNRPC: Clean up xdr_commit_encode()Chuck Lever2022-06-081-1/+1
| | * | SUNRPC: Optimize xdr_reserve_space()Chuck Lever2022-06-081-7/+10
| | * | SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-081-1/+5
| | * | SUNRPC: Trap RDMA segment overflowsChuck Lever2022-06-021-2/+2
* | | | net: don't check skb_count twiceSieng Piaw Liew2022-06-151-3/+4
* | | | net: bridge: allow add/remove permanent mdb entries on disabled portsCasper Andersson2022-06-151-6/+9
* | | | ethtool: Fix and simplify ethtool_convert_link_mode_to_legacy_u32()Marco Bonelli2022-06-141-15/+2
* | | | net: make __sys_accept4_file() staticYajun Deng2022-06-131-9/+6
* | | | tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-3/+6
* | | | net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet2022-06-111-2/+0
* | | | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-1110-45/+5
* | | | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-1111-0/+39
* | | | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-117-23/+23
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-112-4/+5
|\| | |
| * | | net: seg6: fix seg6_lookup_any_nexthop() to handle VRFs using flowi_l3mdevAndrea Mayer2022-06-101-0/+1
| * | | tls: Rename TLS_INFO_ZC_SENDFILE to TLS_INFO_ZC_TXMaxim Mikityanskiy2022-06-101-4/+4
* | | | Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-06-1014-430/+80
|\ \ \ \
| * | | | wifi: mac80211: refactor some key codeJohannes Berg2022-06-102-33/+41
| * | | | wifi: mac80211: remove cipher scheme supportJohannes Berg2022-06-1014-397/+39
* | | | | Merge tag 'ieee802154-for-net-next-2022-06-09' of git://git.kernel.org/pub/sc...Jakub Kicinski2022-06-1015-214/+48
|\ \ \ \ \
| * | | | | net: 6lowpan: constify lowpan_nhc structuresAlexander Aring2022-06-092-11/+11