summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-224-86/+93
* [IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-223-147/+159
* [IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy2006-09-225-82/+101
* [NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy2006-09-2213-12/+45
* [NET]: Use u32 for routing table IDsPatrick McHardy2006-09-2210-31/+31
* [NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger2006-09-221-1/+1
* [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-222-8/+6
* [NET]: socket family using RCUStephen Hemminger2006-09-221-98/+76
* [NET]: drop unused elements from net_proto_familyStephen Hemminger2006-09-221-5/+0
* [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-229-319/+196
* [IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu2006-09-224-26/+43
* [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-222-34/+34
* [INET]: Remove is_setbyuser patchLouis Nyffenegger2006-09-222-4/+1
* [IPV4]: Kill fib4_rules_clean().David S. Miller2006-09-222-6/+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-227-17/+13
* [SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2006-09-222-28/+18
* [NET]: Round out in-kernel sockets APISridhar Samudrala2006-09-222-0/+132
* [NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2006-09-223-103/+94
* [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-224-102/+67
* [NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf2006-09-221-55/+51
* [NEIGH]: Convert neighbour addition to new netlink apiThomas Graf2006-09-221-39/+51
* [NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf2006-09-221-19/+34
* [IPV6]: Fix policy routing lookupPatrick McHardy2006-09-221-1/+3
* [IPV6]: Fix crash in ip6_del_rtPatrick McHardy2006-09-221-0/+3
* [IPV6]: Fix thinko in rt6_fill_nodePatrick McHardy2006-09-221-1/+0
* [NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy2006-09-223-22/+62
* [NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy2006-09-2214-117/+138
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-2272-169/+168
* [NETFILTER]: netbios conntrack: fix compilePatrick McHardy2006-09-221-0/+1
* [NET]: Move netlink interface bits to linux/if.hThomas Graf2006-09-222-132/+130
* [NET]: Convert link dumping to new netlink apiThomas Graf2006-09-221-144/+137
* [NET]: Convert link modification to new netlink apiThomas Graf2006-09-221-91/+100
* [IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2006-09-228-56/+59
* [IPV4]: Convert address dumping to new netlink apiThomas Graf2006-09-221-19/+23
* [IPV4]: Convert address deletion to new netlink apiThomas Graf2006-09-221-15/+29
* [IPV4]: Convert address addition to new netlink apiThomas Graf2006-09-221-33/+75
* [NETLINK]: Convert core netlink handling to new netlink apiThomas Graf2006-09-221-19/+22
* [NETLINK]: Extend netlink messaging interfaceThomas Graf2006-09-224-12/+141
* [IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf2006-09-225-377/+249
* [IPV6]: Policy Routing RulesThomas Graf2006-09-229-12/+329