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
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2021-07-01net/802/garp: fix memleak in garp_request_join()Yang Yingliang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-04-08802: fix a possible race conditionCong Wang
2012-04-13net/garp: fix GID rbtree orderingDavid Ward
2012-04-02net/garp: avoid infinite loop if attribute already existsDavid Ward
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-05-21garp: use kfree_rcu()Eric Dumazet
2011-05-13garp: remove last synchronize_rcu() callEric Dumazet
2011-05-09garp: remove one synchronize_rcu() callEric Dumazet
2010-10-26net/802: add __rcu annotationsEric Dumazet
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-04net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-07-17garp: retry sending JoinIn messages after allocation failuresPatrick McHardy
2008-07-06net: Add GARP applicant-only participantPatrick McHardy