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-05net: Remove redundant if statementsYajun Deng
2021-08-04net: decnet: Fix refcount warning for new dn_fib_infoYajun Deng
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2019-04-28netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-23net: Rename net/nexthop.h net/rtnh.hDavid Ahern
2019-01-17net, decnet: use struct_size() in kzalloc()Gustavo A. R. Silva
2018-07-25decnet: whitespace fixesStephen Hemminger
2017-12-04net: use rtnl_register_module where neededFlorian Westphal
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-10rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-05net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_tReshetova, Elena
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-06net: fix decnet rtnexthop parsingVegard Nossum
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf
2012-11-19net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-06-28netlink: Get rid of obsolete rtnetlink macrosThomas Graf
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2011-07-27atomic: use <linux/atomic.h>Arun Sharma
2011-07-02decnet: Reduce switch/case indentJoe Perches
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-03-13decnet: Convert to use flowidn where applicable.David S. Miller
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2010-11-09decnet: RCU conversion and get rid of dev_base_lockEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-26net: use net_eq to compare netsOctavian Purdila
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2008-03-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-29[DECNET]: Remove extra memset from dn_fib_check_nhDenis V. Lunev
2008-01-29[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman
2007-05-04[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2007-04-26[DECNet]: Use rtnl registration interfaceThomas Graf
2007-03-26[DECNet] fib: Fix out of bound access of dn_fib_props[]Thomas Graf
2007-02-11[NET] DECNET: Fix whitespace errors.YOSHIFUJI Hideaki
2006-09-23[DECNET]: cleanupsAdrian Bunk
2006-09-23[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy
2006-09-23[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy
2006-09-23[NET]: Use u32 for routing table IDsPatrick McHardy
2006-09-23[DECNET]: Convert rwlock to spinlockSteven Whitehouse
2006-09-23[DECNET]: Covert rules to use generic codeSteven Whitehouse
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-21[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse