summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-07-26flow_offload: Introduce flow_match_pppoeWojciech Drewek
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-07-24Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-22net: fix uninitialised msghdr->sg_from_iterPavel Begunkov
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima
2022-07-19Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-19net: introduce managed frags infrastructurePavel Begunkov
2022-07-19net: Allow custom iter handler in msghdrDavid Ahern
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-18net: devlink: remove unused locked functionsJiri Pirko
2022-07-18netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko
2022-07-18net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov
2022-07-18skbuff: don't mix ubuf_info from different sourcesPavel Begunkov
2022-07-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima
2022-07-14net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko
2022-07-14net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14bpf: Add endian modifiers to fix endian warningsBen Dooks
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy
2022-07-12devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh
2022-07-11skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet
2022-07-07net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh
2022-07-06tls: rx: periodically flush socket backlogJakub Kicinski
2022-07-05bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser
2022-07-03mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend
2022-06-27Merge branch 'master' into mm-stableakpm