summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-40/+51
2021-12-29bpf: Allow bpf_local_storage to be used by sleepable programsKP Singh1-1/+7
2021-12-29Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+24
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski5-0/+5
2021-12-29of: net: support NVMEM cells with MAC in text formatRafał Miłecki1-11/+22
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+6
2021-12-21devlink: Add new "event_eq_size" generic device paramShay Drory1-0/+5
2021-12-21devlink: Add new "io_eq_size" generic device paramShay Drory1-0/+5
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng1-0/+4
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng1-8/+34
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-32/+32
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo2-2/+2
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2-2/+2
2021-12-18xdp: move the if dev statements to the firstYajun Deng1-5/+5
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-1/+2
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey1-4/+4
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-16fib: expand fib_rule_policyFlorian Westphal1-1/+17
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal1-2/+7
2021-12-16net: Fix double 0x prefix print in SKB dumpGal Pressman1-1/+1
2021-12-14net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet1-1/+12
2021-12-14Revert "pktgen: use min() to make code cleaner"David S. Miller1-2/+3
2021-12-14pktgen: use min() to make code cleanerChangcheng Deng1-3/+2
2021-12-14net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-1/+1
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2-4/+4
2021-12-13bpf: Do not WARN in bpf_warn_invalid_xdp_action()Paolo Abeni1-3/+3
2021-12-13net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior1-1/+5
2021-12-12net: Enable neighbor sysctls that is save for userns rootxu xin1-4/+0
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima1-2/+2
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-6/+5
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet1-3/+3
2021-12-10net: add networking namespace refcount trackerEric Dumazet1-0/+3
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+24
2021-12-08net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart1-0/+7
2021-12-08net-sysfs: update the queue counts in the unregistration pathAntoine Tenart1-0/+3
2021-12-08net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-5/+15
2021-12-07pktgen add net device refcount trackerEric Dumazet1-3/+5
2021-12-07skbuff: introduce skb_pull_dataLuiz Augusto von Dentz1-0/+24
2021-12-06devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet1-8/+8
2021-12-06netpoll: add net device refcount tracker to struct netpollEric Dumazet1-2/+2
2021-12-06net: failover: add net device refcount trackerEric Dumazet1-2/+2
2021-12-06net: linkwatch: add net device refcount trackerEric Dumazet1-2/+2
2021-12-06net: add net device refcount tracker to struct netdev_adjacentEric Dumazet1-3/+4
2021-12-06net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-3/+3
2021-12-06net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-4/+4
2021-12-06net: add net device refcount tracker to struct neighbourEric Dumazet1-2/+2
2021-12-06net: dst: add net device refcount tracking to dst_entryEric Dumazet1-4/+4
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet1-3/+3