summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-232-5/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-171-1/+2
| * | | net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-171-4/+4
* | | | devlink: Add new "event_eq_size" generic device paramShay Drory2021-12-211-0/+5
* | | | devlink: Add new "io_eq_size" generic device paramShay Drory2021-12-211-0/+5
* | | | flow_offload: add reoffload process to update hw_countBaowen Zheng2021-12-191-0/+4
* | | | flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-8/+34
* | | | xdp: move the if dev statements to the firstYajun Deng2021-12-181-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+1
|\| | |
| * | | net: Fix double 0x prefix print in SKB dumpGal Pressman2021-12-161-1/+1
* | | | fib: expand fib_rule_policyFlorian Westphal2021-12-161-1/+17
* | | | fib: rules: remove duplicated nla policiesFlorian Westphal2021-12-161-2/+7
* | | | net: linkwatch: be more careful about dev->linkwatch_dev_trackerEric Dumazet2021-12-141-1/+12
* | | | Revert "pktgen: use min() to make code cleaner"David S. Miller2021-12-141-2/+3
* | | | pktgen: use min() to make code cleanerChangcheng Deng2021-12-141-3/+2
* | | | net: dev: Change the order of the arguments for the contended condition.Sebastian Andrzej Siewior2021-12-141-1/+1
* | | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-1/+1
* | | | net: dev: Always serialize on Qdisc::busylock in __dev_xmit_skb() on PREEMPT_RT.Sebastian Andrzej Siewior2021-12-131-1/+5
* | | | net: Enable neighbor sysctls that is save for userns rootxu xin2021-12-121-4/+0
| |_|/ |/| |
* | | sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima2021-12-101-2/+2
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-6/+5
|\ \ \
| * | | bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-6/+5
* | | | net: add netns refcount tracker to struct sockEric Dumazet2021-12-101-3/+3
* | | | net: add networking namespace refcount trackerEric Dumazet2021-12-101-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-094-15/+24
|\ \ \ \ | | |/ / | |/| |
| * | | net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-081-2/+1
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-082-5/+15
| |\ \ \
| | * | | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmapJohn Fastabend2021-11-202-1/+9
| | * | | bpf, sockmap: Attach map progs to psock early for feature probesJohn Fastabend2021-11-201-4/+6
| * | | | devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-061-8/+8
* | | | | net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart2021-12-081-0/+7
* | | | | net-sysfs: update the queue counts in the unregistration pathAntoine Tenart2021-12-081-0/+3
* | | | | pktgen add net device refcount trackerEric Dumazet2021-12-071-3/+5
* | | | | netpoll: add net device refcount tracker to struct netpollEric Dumazet2021-12-061-2/+2
* | | | | net: failover: add net device refcount trackerEric Dumazet2021-12-061-2/+2
* | | | | net: linkwatch: add net device refcount trackerEric Dumazet2021-12-061-2/+2
* | | | | net: add net device refcount tracker to struct netdev_adjacentEric Dumazet2021-12-061-3/+4
* | | | | net: add net device refcount tracker to struct neigh_parmsEric Dumazet2021-12-061-3/+3
* | | | | net: add net device refcount tracker to struct pneigh_entryEric Dumazet2021-12-061-4/+4
* | | | | net: add net device refcount tracker to struct neighbourEric Dumazet2021-12-061-2/+2
* | | | | net: dst: add net device refcount tracking to dst_entryEric Dumazet2021-12-061-4/+4
* | | | | drop_monitor: add net device refcount trackerEric Dumazet2021-12-061-3/+3
* | | | | net: add net device refcount tracker to dev_ifsioc()Eric Dumazet2021-12-061-2/+3
* | | | | net: add net device refcount tracker to struct netdev_queueEric Dumazet2021-12-061-2/+2
* | | | | net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet2021-12-061-2/+2
* | | | | net: add net device refcount tracker infrastructureEric Dumazet2021-12-061-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-023-2/+24
|\| | | |
| * | | | net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2021-12-011-1/+4
| * | | | wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-11-291-0/+19
| * | | | ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-11-291-1/+1