summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* [IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf2006-09-221-16/+37
* [DECNET]: Convert DECnet notifications to use rtnl_notify()Thomas Graf2006-09-222-25/+28
* [NEIGH]: Convert neighbour notifications ot use rtnl_notify()Thomas Graf2006-09-221-18/+17
* [NET] fib_rules: Convert fib rule notification to use rtnl_notify()Thomas Graf2006-09-221-11/+21
* [RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2006-09-221-0/+18
* [NETLINK]: Add notification message sending interfaceThomas Graf2006-09-223-3/+35
* [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2006-09-227-24/+19
* [IPV6] udp: Fix type in previous change.David S. Miller2006-09-221-2/+2
* [NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox2006-09-221-21/+0
* [IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling.David S. Miller2006-09-221-1/+16
* [IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2006-09-222-1/+17
* [DECNET]: cleanupsAdrian Bunk2006-09-222-6/+7
* [IPV6] ip6_fib.c: make code staticAdrian Bunk2006-09-221-5/+24
* [DECNET] Fix to decnet rules compare functionSteven Whitehouse2006-09-221-2/+2
* [DECNET] Fix to multiple tables routingSteven Whitehouse2006-09-221-0/+1
* [NET] netdev: Check name lengthStephen Hemminger2006-09-221-1/+5
* [HTB]: rbtree cleanupStephen Hemminger2006-09-221-7/+27
* [HTB]: Use hlist for hash lists.Stephen Hemminger2006-09-221-22/+27
* [HTB]: LindentStephen Hemminger2006-09-221-475/+526
* [HTB]: HTB_HYSTERESIS cleanupStephen Hemminger2006-09-221-10/+17
* [HTB]: Remove lock macro.Stephen Hemminger2006-09-221-10/+8
* [HTB]: Remove broken debug code.Stephen Hemminger2006-09-221-268/+34
* [DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-223-84/+92
* [IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-222-147/+152
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-224-62/+96
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-2210-12/+26
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-228-22/+22
* [NET]: Kill double initialization in sock_alloc_inode.David S. Miller2006-09-221-1/+0
* [NET]: Remove unnecessary config.h includes from net/Dave Jones2006-09-229-11/+2
* [NET]: sock_register interface changesStephen Hemminger2006-09-221-6/+4
* [NET]: socket family using RCUStephen Hemminger2006-09-221-98/+76
* [NET] socket: code style cleanupStephen Hemminger2006-09-221-341/+388
* [SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala2006-09-221-6/+1
* [DECNET]: Convert rwlock to spinlockSteven Whitehouse2006-09-221-5/+5
* [DECNET]: Covert rules to use generic codeSteven Whitehouse2006-09-227-313/+191
* [IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu2006-09-223-19/+19
* [IPV4] fib: convert reader/writer to spinlockStephen Hemminger2006-09-221-10/+10
* [IPV6]: Make sure fib6_rule_lookup doesn't return NULLVille Nuorvala2006-09-221-1/+5
* [IPV4]: Uninline inet_lookup_listenerHerbert Xu2006-09-221-3/+32
* [INET]: Remove is_setbyuser patchLouis Nyffenegger2006-09-221-1/+0
* [IPV4]: Kill fib4_rules_clean().David S. Miller2006-09-221-5/+0
* [IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller2006-09-221-0/+2
* [NET]: Make code static.Adrian Bunk2006-09-226-13/+13
* [SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2006-09-222-28/+18
* [NET]: Round out in-kernel sockets APISridhar Samudrala2006-09-221-0/+113
* [NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2006-09-221-2/+0
* [NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf2006-09-221-67/+74
* [NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf2006-09-221-68/+104
* [NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf2006-09-221-2/+0
* [NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf2006-09-221-55/+51
OpenPOWER on IntegriCloud