summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-07-23Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-1/+1
2022-07-23net: fix uninitialised msghdr->sg_from_iterPavel Begunkov1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+6
2022-07-20tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima1-2/+2
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2-8/+43
2022-07-20net: introduce managed frags infrastructurePavel Begunkov1-2/+27
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern2-5/+11
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+1
2022-07-19net: devlink: remove unused locked functionsJiri Pirko1-168/+0
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko1-0/+6
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko1-28/+61
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko1-46/+135
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko1-18/+36
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko1-61/+156
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko1-32/+148
2022-07-19net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh1-0/+4
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-1/+1
2022-07-19skbuff: don't mix ubuf_info from different sourcesPavel Begunkov1-0/+4
2022-07-18tcp: Fix data-races around sysctl_tcp_migrate_req.Kuniyuki Iwashima1-2/+2
2022-07-18tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima1-2/+2
2022-07-15net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko1-2/+1
2022-07-15net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko1-4/+4
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko1-3/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2022-07-15bpf: Add endian modifiers to fix endian warningsBen Dooks1-2/+2
2022-07-14seg6: bpf: fix skb checksum in bpf_push_seg6_encap()Andrea Mayer1-1/+0
2022-07-13net: devlink: use helpers to work with devlink->lock mutexJiri Pirko1-115/+115
2022-07-13net: devlink: fix unlocked vs locked functions descriptionsJiri Pirko1-0/+22
2022-07-13net: extract port range fields from fl_flow_keyMaksym Glubokiy1-0/+7
2022-07-12devlink: Hold the instance lock in port_new / port_del callbacksMoshe Shemesh1-5/+1
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh1-35/+7
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh1-18/+0
2022-07-11skmsg: Fix invalid last sg check in sk_msg_recvmsg()Liu Jian1-2/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-41/+74
2022-07-08net: minor optimization in __alloc_skb()Eric Dumazet1-2/+1
2022-07-08net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang1-1/+2
2022-07-06xdp: Fix spurious packet loss in generic XDP TX pathJohan Almbladh1-2/+6
2022-07-06tls: rx: periodically flush socket backlogJakub Kicinski1-0/+1
2022-07-05bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser1-3/+2
2022-07-04mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)1-1/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-2/+30
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev1-7/+53
2022-06-28bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend1-1/+1
2022-06-27Merge branch 'master' into mm-stableakpm4-16/+49
2022-06-25net: helper function skb_len_addRichard Gobert1-10/+3
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-16/+49
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski1-0/+5
2022-06-20skmsg: Get rid of unncessary memset()Cong Wang1-10/+13
2022-06-20skmsg: Get rid of skb_clone()Cong Wang1-6/+1
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-15/+5