summaryrefslogtreecommitdiff
path: root/net/core/rtnetlink.c
AgeCommit message (Expand)Author
2006-08-08[RTNETLINK]: Fix IFLA_ADDRESS handling.David S. Miller
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel
2006-03-23[PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger
2006-03-20[NET] core: add RFC2863 operstateStefan Rompf
2006-02-09[NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov
2005-11-10[RTNETLINK]: Use generic netlink receive queue processorThomas Graf
2005-11-10[NETLINK]: Make netlink_callback->done() optionalThomas Graf
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy
2005-06-28[NETLINK]: Clear padding in netlink messagesPatrick McHardy
2005-06-18[NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim
2005-06-18[NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim
2005-06-18[NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf
2005-05-03[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv().David S. Miller
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu
2005-05-03[RTNETLINK] Cleanup rtnetlink_link tablesThomas Graf
2005-05-03[RTNETLINK] Fix & cleanup rtm_min/rtm_maxThomas Graf
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro
2005-04-19[RTNETLINK]: Add comma to final entry in link_rtnetlink_tableDavid S. Miller
2005-04-19[RTNETLINK]: Protocol family wildcard dumping for routing rulesThomas Graf
2005-01-09[PKT_SCHED]: Add rtattr_strlcpy, use it where appropriatePatrick McHardy
2005-01-09[NET]: Add rtnl_lock_interruptible()Christoph Hellwig
2005-01-09[NET]: misc cleanupsAdrian Bunk
2004-11-30[RTNETLINK]: Link attribute modification by interface name.Thomas Graf
2004-09-28[RTNETLINK]: Calculate rtmsg_ifinfo() SKB size more accurately.Herbert Xu
2004-09-21[NET]: Fix ifmap alignment issues over rtnetlinkThomas Graf
2004-09-12[NET]: Fix notification on address change via rtnetlink.Thomas Graf
2004-09-10[NET]: Device name changing via rtnetlinkThomas Graf
2004-09-08[NET]: Calculate RTATTR_MAX at run time.David S. Miller
2004-09-01[NET]: Allow get/set of dev->weight via netlink.Eric Lemoine
2004-08-24[NET]: Device mtu/txqlen/ifmap via rtnetlink.Thomas Graf
2004-07-28[NET]: Remove useless variable in rtnetlink_rcv_msgPatrick McHardy
2004-07-28[NET]: Kill rtnl_exlock stubs.Stephen Hemminger
2004-06-15[NET]: Add tc extensions infrastructure.Jamal Hadi Salim
2004-04-28[NETLINK]: Mark some functions/data static.Stephen Hemminger
2003-09-28o NET: move net/core/rtnetlink.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo
2003-09-04[NET]: Kill more verbose init msgs and unused RTNL_DEBUG define.David S. Miller
2003-07-25[NET]: Make IFLA_STATS arch independent.Alexey Kuznetsov
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-21Use proper ANSI stype function declarations in definitions.Linus Torvalds
2003-05-19[NET]: More device register/unregister fixing.David S. Miller
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller
2003-05-14[RTNETLINK]: extern __inline__ --> static inline.David S. Miller
2003-04-21o rtnetlink: use C99 struct init styleArnaldo Carvalho de Melo
2003-02-10[PATCH] checker bounds/limits fixesRandy Dunlap