aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko1-18/+36
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko1-61/+156
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko1-32/+148
2022-07-18net: devlink: avoid false DEADLOCK warning reported by lockdepMoshe Shemesh1-0/+4
2022-07-18skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov1-1/+1
2022-07-18skbuff: 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-14net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko1-2/+1
2022-07-14net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko1-4/+4
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko1-3/+2
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+6
2022-07-14bpf: 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-07net: 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-03mm/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-24net: 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
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-2/+152
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-6/+28
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser1-2/+0
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet2-10/+16
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy1-0/+10
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy1-0/+118
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin1-0/+7
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell1-6/+28
2022-06-15net: don't check skb_count twiceSieng Piaw Liew1-3/+4
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet1-3/+6
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet1-2/+0
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-3/+0