Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-07-15net: devlink: fix return statement in devlink_port_new_notify()Jiri Pirko
2022-07-15net: devlink: fix a typo in function name devlink_port_new_notifiy()Jiri Pirko
2022-07-15net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-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-08net: 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-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-25net: 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-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-18Merge 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-17bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy
2022-06-17bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
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-11net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet
2022-06-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-10net: add napi_get_frags_check() helperEric Dumazet
2022-06-10net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet
2022-06-10net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet
2022-06-10net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet
2022-06-10drop_monitor: adopt u64_stats_tEric Dumazet
2022-06-10devlink: adopt u64_stats_tEric Dumazet
2022-06-10net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-10net: rename reference+tracking helpersJakub Kicinski
2022-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski