summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2022-06-24net: helper function skb_len_addRichard Gobert
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-20skmsg: Get rid of unncessary memset()Cong Wang
2022-06-20skmsg: Get rid of skb_clone()Cong Wang
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-16net: set proper memcg for net_init hooks allocationsVasily Averin
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-15net: don't check skb_count twiceSieng Piaw Liew
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-09net: add napi_get_frags_check() helperEric Dumazet
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet