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
AgeCommit message (Expand)Author
2021-08-11net: Support filtering interfaces on no masterLahav Schlesinger
2021-08-05net: Remove redundant if statementsYajun Deng
2021-08-03net: Keep vertical alignmentYajun Deng
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-08neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern
2021-05-11neighbour: Remove redundant initialization of 'bucket'Yang Li
2021-04-22neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal
2021-04-01neighbour: Disregard DEAD dst in neigh_updateTong Zhu
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-30neighbour: Prevent a dead entry from updating gc_listChinmay Agarwal
2021-01-16neighbor: remove definition of DEBUGTom Rix
2020-12-29net: neighbor: fix a crash caused by mod zeroweichenchen
2020-11-14net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike
2020-06-25net: neighbor: add fdb extended attributeNikolay Aleksandrov
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30neigh: fix ARP retransmit timer guardHangbin Liu
2020-05-23vxlan: ecmp support for mac fdb entriesRoopa Prabhu
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-05neigh: send protocol value in neighbor create notificationRoman Mashak
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-03neigh: support smaller retrans_time setttingHangbin Liu
2020-02-20net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRYLi RongQing
2020-01-24neigh_stat_seq_next() should increase position indexVasily Averin
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet
2019-11-08net: add annotations on hh->hh_len lockless accessesEric Dumazet
2019-11-07net: neigh: use long type to store jiffies deltaEric Dumazet
2019-07-27net: neigh: remove redundant assignment to variable bucketColin Ian King
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-19proc/sysctl: add shared variables for range checkMatteo Croce
2019-07-15net: neigh: fix multiple neigh timer schedulingLorenzo Bianconi
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17neigh: fix use-after-free read in pneigh_get_nextEric Dumazet
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-23neighbor: Add tracepoint to __neigh_createDavid Ahern
2019-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-04neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern
2019-05-04neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-28netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-04-18net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu
2019-01-18neighbour: Do not perturb drop profiles when neigh_probeYang Wei
2019-01-17net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2018-12-21neighbour: remove stray semicolonColin Ian King
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-20neighbor: Use nda_policy for validating attributes in adds and dump requestsDavid Ahern
2018-12-20neighbor: NTF_PROXY is a valid ndm_flag for a dump requestDavid Ahern
2018-12-20neighbor: Initialize protocol when new pneigh_entry are createdDavid Ahern