aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[DECNET]: Convert rwlock to spinlockSteven Whitehouse1-5/+5
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse7-313/+191
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu3-19/+19
2006-09-22[IPV4] fib: convert reader/writer to spinlockStephen Hemminger1-10/+10
2006-09-22[IPV6]: Make sure fib6_rule_lookup doesn't return NULLVille Nuorvala1-1/+5
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-3/+32
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-1/+0
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-5/+0
2006-09-22[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller1-0/+2
2006-09-22[NET]: Make code static.Adrian Bunk6-13/+13
2006-09-22[SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2-28/+18
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+113
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf1-67/+74
2006-09-22[NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf1-68/+104
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf1-2/+0
2006-09-22[NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf1-55/+51
2006-09-22[NEIGH]: Convert neighbour addition to new netlink apiThomas Graf1-39/+51
2006-09-22[NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf1-19/+34
2006-09-22[IPV6]: Fix policy routing lookupPatrick McHardy1-1/+3
2006-09-22[IPV6]: Fix crash in ip6_del_rtPatrick McHardy1-0/+3
2006-09-22[IPV6]: Fix thinko in rt6_fill_nodePatrick McHardy1-1/+0
2006-09-22[NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy3-22/+62
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy11-109/+128
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy40-101/+98
2006-09-22[NETFILTER]: netbios conntrack: fix compilePatrick McHardy1-0/+1
2006-09-22[NET]: Convert link dumping to new netlink apiThomas Graf1-144/+137
2006-09-22[NET]: Convert link modification to new netlink apiThomas Graf1-91/+100
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf6-0/+6
2006-09-22[IPV4]: Convert address dumping to new netlink apiThomas Graf1-19/+23
2006-09-22[IPV4]: Convert address deletion to new netlink apiThomas Graf1-15/+29
2006-09-22[IPV4]: Convert address addition to new netlink apiThomas Graf1-33/+75
2006-09-22[NETLINK]: Convert core netlink handling to new netlink apiThomas Graf1-19/+22
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf2-1/+76
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf4-370/+242
2006-09-22[IPV6]: Policy Routing RulesThomas Graf6-11/+314
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf4-2/+427
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf4-135/+401
2006-09-22[IPV6]: Remove ndiscs rt6_lock dependencyThomas Graf1-5/+11
2006-09-22[NetLabel]: tie NetLabel into the Kconfig systemPaul Moore1-0/+2
2006-09-22[NetLabel]: SELinux supportVenkat Yekkirala1-2/+11
2006-09-22[NetLabel]: CIPSOv4 and Unlabeled packet integrationPaul Moore2-0/+795
2006-09-22[NetLabel]: core NetLabel subsystemPaul Moore12-0/+2395
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore3-0/+1643
2006-09-22[NetLabel]: core network changesPaul Moore2-1/+20
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala6-6/+23
2006-09-22[MLSXFRM]: Default labeling of socket specific IPSec policiesVenkat Yekkirala3-7/+23
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala20-2/+36
2006-09-22[MLSXFRM]: Add security context to acquire messages using PF_KEYVenkat Yekkirala1-0/+22
2006-09-22[MLSXFRM]: Add security context to acquire messages using netlinkSerge Hallyn1-15/+28