summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-23[SCTP]: Cleanup nomem handling in the state functions.Vladislav Yasevich1-73/+86
2006-09-23[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala8-45/+88
2006-09-23[IPV6]: Fixup ip6_del_rt() call for new args.David S. Miller1-1/+1
2006-09-23[IPv6] route: Convert GETROUTE to use new netlink apiThomas Graf1-36/+44
2006-09-23[IPv6] route: Convert FIB6 dumping to use new netlink apiThomas Graf2-37/+46
2006-09-23[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf5-200/+259
2006-09-23[IPv6] route: Simplify ip6_ins_rt()Thomas Graf4-13/+15
2006-09-23[IPv6] route: Simplify ip6_del_rt()Thomas Graf4-15/+18
2006-09-23[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller15-1147/+1061
2006-09-23[ETH]: indentation and cleanupStephen Hemminger1-50/+46
2006-09-23[ETH]: docbook commentsStephen Hemminger1-31/+69
2006-09-23[NET] neighbour: reduce exportsStephen Hemminger1-5/+1
2006-09-23[IPv4]: Convert route get to new netlink apiThomas Graf3-40/+47
2006-09-23[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf6-80/+86
2006-09-23[IPv4]: FIB configuration using struct fib_configThomas Graf8-468/+560
2006-09-23[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley18-69/+69
2006-09-23[RTNETLINK]: Unexport rtnl socketThomas Graf2-5/+1
2006-09-23[NET] link: Convert notifications to use rtnl_notify()Thomas Graf1-10/+12
2006-09-23[WIRELESS]: Convert notifications to use rtnl_notify()Thomas Graf1-1/+2
2006-09-23[BRIDGE]: Convert notifications to use rtnl_notify()Thomas Graf1-16/+15
2006-09-23[IPv6] prefix: Convert prefix notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-23[IPv6] link: Convert link notifications to use rtnl_notify()Thomas Graf1-11/+14
2006-09-23[IPv6] route: Convert route notifications to use rtnl_notify()Thomas Graf1-20/+18
2006-09-23[IPv6] address: Convert address notification to use rtnl_notify()Thomas Graf1-11/+15
2006-09-23[IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf1-16/+16
2006-09-23[IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf1-16/+37
2006-09-23[DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf2-25/+28
2006-09-23[NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf1-18/+17
2006-09-23[NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf1-11/+21
2006-09-23[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf3-0/+38
2006-09-23[NETLINK]: Add notification message sending interfaceThomas Graf5-7/+42
2006-09-23[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf8-24/+20
2006-09-23[IPV6] udp: Fix type in previous change.David S. Miller1-2/+2
2006-09-23[ARCNET]: SoHard PCI supportStphane Witzmann1-0/+1
2006-09-23[IRDA]: Replace hard-coded dev_self[] array sizes with ARRAY_SIZE()Bjorn Helgaas4-6/+15
2006-09-23[SELINUX]: security/selinux/hooks.c: Make 4 functions static.Adrian Bunk1-5/+7
2006-09-23[NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox1-21/+0
2006-09-23[IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling.David S. Miller1-1/+16
2006-09-23[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh3-1/+19
2006-09-23[DECNET]: cleanupsAdrian Bunk3-9/+7
2006-09-23[TG3]: Constify firmware structsAndreas Mohr1-13/+13
2006-09-23[IPV6] ip6_fib.c: make code staticAdrian Bunk2-30/+24
2006-09-23[DECNET] Fix to decnet rules compare functionSteven Whitehouse1-2/+2
2006-09-23[DECNET] Fix to multiple tables routingSteven Whitehouse1-0/+1
2006-09-23[NET] netdev: Check name lengthStephen Hemminger1-1/+5
2006-09-23[HTB]: rbtree cleanupStephen Hemminger1-7/+27
2006-09-23[HTB]: Use hlist for hash lists.Stephen Hemminger1-22/+27
2006-09-23[HTB]: LindentStephen Hemminger1-475/+526
2006-09-23[HTB]: HTB_HYSTERESIS cleanupStephen Hemminger1-10/+17
2006-09-23[HTB]: Remove lock macro.Stephen Hemminger1-10/+8