summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-2/+2
|\
| * netpoll: avoid put_unaligned() on single characterArnd Bergmann2021-05-171-2/+2
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3017-244/+1427
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-293-45/+42
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-06-232-44/+40
| | |\ \
| | | * | bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-221-1/+1
| | | * | skmsg: Increase sk->sk_drops when dropping packetsCong Wang2021-06-211-8/+14
| | | * | skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang2021-06-211-5/+6
| | | * | skmsg: Teach sk_psock_verdict_apply() to return errorsCong Wang2021-06-211-9/+14
| | | * | skmsg: Fix a memory leak in sk_psock_verdict_apply()Cong Wang2021-06-211-0/+5
| | | * | skmsg: Clear skb redirect pointer before dropping itCong Wang2021-06-211-0/+2
| | | * | skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang2021-06-211-23/+0
| | * | | net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior2021-06-211-2/+2
| | |/ /
| * | | net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean2021-06-291-2/+2
| * | | net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean2021-06-291-3/+3
| * | | net: sock: add trace for socket errorsAlexander Aring2021-06-291-0/+10
| * | | net: sock: introduce sk_error_reportAlexander Aring2021-06-292-3/+9
| * | | net: update netdev_rx_csum_fault() print dump only onceTanner Love2021-06-281-5/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-282-40/+43
| |\ \ \
| | * | | xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski2021-06-281-5/+6
| | * | | xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-0/+28
| | * | | bpf: Support all gso types in bpf_skb_change_proto()Maciej Żenczykowski2021-06-241-20/+2
| | * | | bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski2021-06-241-4/+0
| | * | | Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"Maciej Żenczykowski2021-06-241-13/+9
| * | | | net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+7
| * | | | devlink: Protect rate list with lock while switching modesDmytro Linkin2021-06-231-0/+4
| * | | | devlink: Remove eswitch mode check for mode set callDmytro Linkin2021-06-231-11/+0
| * | | | devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin2021-06-231-0/+2
| * | | | tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-231-4/+11
| * | | | net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2021-06-231-2/+25
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-184-11/+22
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-173-42/+405
| |\ \ \
| | * | | bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-152-5/+42
| | * | | bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-0/+10
| | * | | tcp: Add reuseport_migrate_sock() to select a new listener.Kuniyuki Iwashima2021-06-151-14/+64
| | * | | tcp: Keep TCP_CLOSE sockets in the reuseport group.Kuniyuki Iwashima2021-06-151-8/+174
| | * | | tcp: Add num_closed_socks to struct sock_reuseport.Kuniyuki Iwashima2021-06-151-18/+57
| | * | | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-262-2/+63
| * | | | net: flow_dissector: fix RPS on DSA mastersVladimir Oltean2021-06-141-2/+2
| * | | | net: core: devlink: add dropped stats traps fieldOleksandr Mazur2021-06-141-4/+49
| * | | | wwan: add interface creation supportJohannes Berg2021-06-121-0/+1
| * | | | rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg2021-06-121-0/+10
| * | | | rtnetlink: add alloc() method to rtnl_link_opsJohannes Berg2021-06-121-5/+14
| * | | | net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean2021-06-111-1/+1
| * | | | devlink: Fix error message in devlink_rate_set_ops_supported()Dan Carpenter2021-06-091-1/+1
| * | | | page_pool: Allow drivers to hint on SKB recyclingIlias Apalodimas2021-06-072-4/+38
| * | | | skbuff: add a parameter to __skb_frag_unrefMatteo Croce2021-06-071-2/+2
| * | | | mm: add a signature in struct pageMatteo Croce2021-06-071-0/+6
| * | | | pktgen: add pktgen_handle_all_threads() for the same codeYejune Deng2021-06-071-25/+13
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-074-7/+23
| |\ \ \ \