aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-11net: linkwatch: fix failure to restore device state across suspend/resumeWilly Tarreau1-2/+3
2021-08-09page_pool: mask the page->signature before the checkingYunsheng Lin1-1/+9
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-11/+28
2021-07-28net: let flow have same hash in two directionszhang kai1-9/+9
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend1-6/+0
2021-07-27bpf, sockmap: On cleanup we additionally need to remove cached skbJohn Fastabend1-6/+29
2021-07-27bpf, sockmap: Zap ingress queues after stopping strparserJohn Fastabend1-2/+2
2021-07-25devlink: Fix phys_port_name of virtual port and merge errorParav Pandit1-8/+2
2021-07-18net: Fix zero-copy head len calculation.Pravin B Shelar1-1/+4
2021-07-16skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas1-1/+12
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-9/+21
2021-07-15bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend1-5/+11
2021-07-15net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu1-4/+16
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-5/+83
2021-07-13xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo1-4/+10
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart1-0/+2
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli1-1/+2
2021-07-07sock: unlock on error in sock_setsockopt()Dan Carpenter1-2/+4
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2-0/+14
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet1-1/+1
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+2
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-3/+62
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds17-244/+1427
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-45/+42
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean1-2/+2
2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean1-3/+3
2021-06-29net: sock: add trace for socket errorsAlexander Aring1-0/+10
2021-06-29net: sock: introduce sk_error_reportAlexander Aring2-3/+9
2021-06-28net: update netdev_rx_csum_fault() print dump only onceTanner Love1-5/+9
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-40/+43
2021-06-28xdp: Move the rxq_info.mem clearing to unreg_mem_model()Jakub Kicinski1-5/+6
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen1-0/+28
2021-06-24bpf: Support all gso types in bpf_skb_change_proto()Maciej Żenczykowski1-20/+2
2021-06-24bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski1-4/+0
2021-06-24Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"Maciej Żenczykowski1-13/+9
2021-06-23devlink: Protect rate list with lock while switching modesDmytro Linkin1-0/+4
2021-06-23devlink: Remove eswitch mode check for mode set callDmytro Linkin1-11/+0
2021-06-23devlink: Decrease refcnt of parent rate object on leaf destroyDmytro Linkin1-0/+2
2021-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-44/+40
2021-06-23tcp: Add stats for socket migration.Kuniyuki Iwashima1-4/+11
2021-06-23net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin1-2/+25
2021-06-22bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh1-1/+1
2021-06-21net/netif_receive_skb_core: Use migrate_disable()Sebastian Andrzej Siewior1-2/+2
2021-06-21skmsg: Increase sk->sk_drops when dropping packetsCong Wang1-8/+14
2021-06-21skmsg: Pass source psock to sk_psock_skb_redirect()Cong Wang1-5/+6