aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[NETFILTER]: x_tables: remove unused argument to target functionsPatrick McHardy4-8/+4
2006-09-22[NETFILTER]: x_tables: add helpers for mass match/target registrationPatrick McHardy1-0/+5
2006-09-22[NETFILTER]: conntrack: introduce connection mark eventPablo Neira Ayuso1-0/+4
2006-09-22[NETFILTER]: x_tables: replace IPv4 DSCP target by address family independent versionYasuyuki Kozakai2-4/+22
2006-09-22[NETFILTER]: x_tables: replace IPv4 dscp match by address family independent versionYasuyuki Kozakai2-8/+29
2006-09-22[SCTP]: Extend /proc/net/sctp/snmp to provide more statistics.Sridhar Samudrala3-39/+44
2006-09-22[IPv6] route: FIB6 configuration using struct fib6_configThomas Graf2-16/+28
2006-09-22[IPv6] route: Simplify ip6_ins_rt()Thomas Graf1-4/+1
2006-09-22[IPv6] route: Simplify ip6_del_rt()Thomas Graf1-4/+1
2006-09-22[PKT_SCHED]: Kill pkt_act.h inlining.David S. Miller8-500/+129
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf1-0/+1
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf3-27/+71
2006-09-22[RTNETLINK]: Unexport rtnl socketThomas Graf1-2/+0
2006-09-22[RTNETLINK]: Add rtnetlink notification interfaceThomas Graf2-0/+20
2006-09-22[NETLINK]: Add notification message sending interfaceThomas Graf2-4/+7
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf1-0/+1
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh1-0/+2
2006-09-22[DECNET]: cleanupsAdrian Bunk1-3/+0
2006-09-22[IPV6] ip6_fib.c: make code staticAdrian Bunk1-25/+0
2006-09-22[NET]: Increate RT_TABLE_MAX to 2^32Patrick McHardy1-3/+1
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy1-2/+1
2006-09-22[IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy1-0/+7
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy1-20/+5
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy3-0/+19
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy2-9/+9
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger1-1/+1
2006-09-22[NET]: sock_register interface changesStephen Hemminger1-2/+2
2006-09-22[NET]: drop unused elements from net_proto_familyStephen Hemminger1-5/+0
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse2-6/+5
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu1-7/+24
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu1-31/+2
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger1-3/+1
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller1-1/+0
2006-09-22[NET]: Make code static.Adrian Bunk1-4/+0
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala1-0/+19
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf2-101/+94
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf3-100/+67
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy3-8/+10
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2-10/+11
2006-09-22[NET]: Move netlink interface bits to linux/if.hThomas Graf2-132/+130
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2-56/+53
2006-09-22[NETLINK]: Extend netlink messaging interfaceThomas Graf1-10/+64
2006-09-22[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf1-7/+7
2006-09-22[IPV6]: Policy Routing RulesThomas Graf3-1/+15
2006-09-22[NET]: Protocol Independant Policy Routing Rules FrameworkThomas Graf2-0/+150
2006-09-22[IPV6]: Multiple Routing TablesThomas Graf2-2/+40
2006-09-22[NetLabel]: SELinux supportVenkat Yekkirala1-12/+13
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore1-0/+4
2006-09-22[NetLabel]: core network changesPaul Moore4-1/+543
2006-09-22[MLSXFRM]: Auto-labeling of child socketsVenkat Yekkirala3-0/+57