Age | Commit message (Expand) | Author | Files | Lines |
2006-09-23 | [PKT_SCHED]: Kill pkt_act.h inlining. | David S. Miller | 7 | -647/+932 |
2006-09-23 | [ETH]: indentation and cleanup | Stephen Hemminger | 1 | -50/+46 |
2006-09-23 | [ETH]: docbook comments | Stephen Hemminger | 1 | -31/+69 |
2006-09-23 | [NET] neighbour: reduce exports | Stephen Hemminger | 1 | -5/+1 |
2006-09-23 | [IPv4]: Convert route get to new netlink api | Thomas Graf | 2 | -40/+46 |
2006-09-23 | [IPv4]: Convert FIB dumping to use new netlink api | Thomas Graf | 6 | -80/+86 |
2006-09-23 | [IPv4]: FIB configuration using struct fib_config | Thomas Graf | 5 | -441/+489 |
2006-09-23 | [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly | Brian Haley | 18 | -69/+69 |
2006-09-23 | [RTNETLINK]: Unexport rtnl socket | Thomas Graf | 1 | -3/+1 |
2006-09-23 | [NET] link: Convert notifications to use rtnl_notify() | Thomas Graf | 1 | -10/+12 |
2006-09-23 | [WIRELESS]: Convert notifications to use rtnl_notify() | Thomas Graf | 1 | -1/+2 |
2006-09-23 | [BRIDGE]: Convert notifications to use rtnl_notify() | Thomas Graf | 1 | -16/+15 |
2006-09-23 | [IPv6] prefix: Convert prefix notifications to use rtnl_notify() | Thomas Graf | 1 | -11/+14 |
2006-09-23 | [IPv6] link: Convert link notifications to use rtnl_notify() | Thomas Graf | 1 | -11/+14 |
2006-09-23 | [IPv6] route: Convert route notifications to use rtnl_notify() | Thomas Graf | 1 | -20/+18 |
2006-09-23 | [IPv6] address: Convert address notification to use rtnl_notify() | Thomas Graf | 1 | -11/+15 |
2006-09-23 | [IPv4] route: Convert route notifications to use rtnl_notify() | Thomas Graf | 1 | -16/+16 |
2006-09-23 | [IPv4] address: Convert address notification to use rtnl_notify() | Thomas Graf | 1 | -16/+37 |
2006-09-23 | [DECNET]: Convert DECnet notifications to use rtnl_notify() | Thomas Graf | 2 | -25/+28 |
2006-09-23 | [NEIGH]: Convert neighbour notifications ot use rtnl_notify() | Thomas Graf | 1 | -18/+17 |
2006-09-23 | [NET] fib_rules: Convert fib rule notification to use rtnl_notify() | Thomas Graf | 1 | -11/+21 |
2006-09-23 | [RTNETLINK]: Add rtnetlink notification interface | Thomas Graf | 1 | -0/+18 |
2006-09-23 | [NETLINK]: Add notification message sending interface | Thomas Graf | 3 | -3/+35 |
2006-09-23 | [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts | Thomas Graf | 7 | -24/+19 |
2006-09-23 | [IPV6] udp: Fix type in previous change. | David S. Miller | 1 | -2/+2 |
2006-09-23 | [NETFILTER]: Make unused signal code go away so nobody copies its brokenness | Alan Cox | 1 | -21/+0 |
2006-09-23 | [IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling. | David S. Miller | 1 | -1/+16 |
2006-09-23 | [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBs | Martin Bligh | 2 | -1/+17 |
2006-09-23 | [DECNET]: cleanups | Adrian Bunk | 2 | -6/+7 |
2006-09-23 | [IPV6] ip6_fib.c: make code static | Adrian Bunk | 1 | -5/+24 |
2006-09-23 | [DECNET] Fix to decnet rules compare function | Steven Whitehouse | 1 | -2/+2 |
2006-09-23 | [DECNET] Fix to multiple tables routing | Steven Whitehouse | 1 | -0/+1 |
2006-09-23 | [NET] netdev: Check name length | Stephen Hemminger | 1 | -1/+5 |
2006-09-23 | [HTB]: rbtree cleanup | Stephen Hemminger | 1 | -7/+27 |
2006-09-23 | [HTB]: Use hlist for hash lists. | Stephen Hemminger | 1 | -22/+27 |
2006-09-23 | [HTB]: Lindent | Stephen Hemminger | 1 | -475/+526 |
2006-09-23 | [HTB]: HTB_HYSTERESIS cleanup | Stephen Hemminger | 1 | -10/+17 |
2006-09-23 | [HTB]: Remove lock macro. | Stephen Hemminger | 1 | -10/+8 |
2006-09-23 | [HTB]: Remove broken debug code. | Stephen Hemminger | 1 | -268/+34 |
2006-09-23 | [DECNET]: Increase number of possible routing tables to 2^32 | Patrick McHardy | 3 | -84/+92 |
2006-09-23 | [IPV6]: Increase number of possible routing tables to 2^32 | Patrick McHardy | 2 | -147/+152 |
2006-09-23 | [IPV4]: Increase number of possible routing tables to 2^32 | Patrick McHardy | 4 | -62/+96 |
2006-09-23 | [NET]: Introduce RTA_TABLE/FRA_TABLE attributes | Patrick McHardy | 10 | -12/+26 |
2006-09-23 | [NET]: Use u32 for routing table IDs | Patrick McHardy | 8 | -22/+22 |
2006-09-23 | [NET]: Kill double initialization in sock_alloc_inode. | David S. Miller | 1 | -1/+0 |
2006-09-23 | [NET]: Remove unnecessary config.h includes from net/ | Dave Jones | 9 | -11/+2 |
2006-09-23 | [NET]: sock_register interface changes | Stephen Hemminger | 1 | -6/+4 |
2006-09-23 | [NET]: socket family using RCU | Stephen Hemminger | 1 | -98/+76 |
2006-09-23 | [NET] socket: code style cleanup | Stephen Hemminger | 1 | -341/+388 |
2006-09-23 | [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages(). | Sridhar Samudrala | 1 | -6/+1 |