summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2021-12-15net: 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-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-11sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima1-2/+2
2021-12-11Merge 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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-15/+24
2021-12-09net-sysfs: warn if new queue objects are being created during device unregist...Antoine Tenart1-0/+7
2021-12-09net-sysfs: update the queue counts in the unregistration pathAntoine Tenart1-0/+3
2021-12-09net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet1-2/+1
2021-12-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-5/+15
2021-12-08pktgen add net device refcount trackerEric Dumazet1-3/+5
2021-12-07devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet1-8/+8
2021-12-07netpoll: add net device refcount tracker to struct netpollEric Dumazet1-2/+2
2021-12-07net: failover: add net device refcount trackerEric Dumazet1-2/+2
2021-12-07net: linkwatch: add net device refcount trackerEric Dumazet1-2/+2
2021-12-07net: add net device refcount tracker to struct netdev_adjacentEric Dumazet1-3/+4
2021-12-07net: add net device refcount tracker to struct neigh_parmsEric Dumazet1-3/+3
2021-12-07net: add net device refcount tracker to struct pneigh_entryEric Dumazet1-4/+4
2021-12-07net: add net device refcount tracker to struct neighbourEric Dumazet1-2/+2
2021-12-07net: dst: add net device refcount tracking to dst_entryEric Dumazet1-4/+4
2021-12-07drop_monitor: add net device refcount trackerEric Dumazet1-3/+3
2021-12-07net: add net device refcount tracker to dev_ifsioc()Eric Dumazet1-2/+3
2021-12-07net: add net device refcount tracker to struct netdev_queueEric Dumazet1-2/+2
2021-12-07net: add net device refcount tracker to struct netdev_rx_queueEric Dumazet1-2/+2
2021-12-07net: add net device refcount tracker infrastructureEric Dumazet1-0/+3
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+24
2021-12-02net: annotate data-races on txq->xmit_lock_ownerEric Dumazet1-1/+4
2021-11-30bpf, docs: Prune all references to "internal BPF"Christoph Hellwig1-6/+5
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky1-15/+48
2021-11-30wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+19
2021-11-29ipv6: fix memory leak in fib6_rule_suppressmsizanoen11-1/+1
2021-11-29devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky1-2/+0
2021-11-29net: Write lock dev_base_lock without disabling bottom halves.Sebastian Andrzej Siewior3-14/+14
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-11-25net: allow SO_MARK with CAP_NET_RAWMaciej Żenczykowski1-1/+2
2021-11-25net: allow CAP_NET_RAW to setsockopt SO_PRIORITYMaciej Żenczykowski1-0/+1
2021-11-23net: remove .ndo_change_proto_downJakub Kicinski3-32/+5
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem1-0/+5
2021-11-22skbuff: Switch structure bounds to struct_group()Kees Cook1-9/+5
2021-11-22skbuff: Move conditional preprocessor directives out of struct sk_buffKees Cook1-5/+5
2021-11-22net, neigh: Fix crash in v6 module initialization error pathDaniel Borkmann1-0/+1
2021-11-22net-sysfs: Slightly optimize 'xps_queue_show()'Christophe JAILLET1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet3-4/+5
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+2