aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[IPv4]: Convert route get to new netlink apiThomas Graf2-40/+46
2006-09-22[IPv4]: Convert FIB dumping to use new netlink apiThomas Graf6-80/+86
2006-09-22[IPv4]: FIB configuration using struct fib_configThomas Graf5-441/+489
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley11-53/+53
2006-09-22[IPv4] route: Convert route notifications to use rtnl_notify()Thomas Graf1-16/+16
2006-09-22[IPv4] address: Convert address notification to use rtnl_notify()Thomas Graf1-16/+37
2006-09-22[RTNETLINK]: Use rtnl_unicast() for rtnetlink unicastsThomas Graf2-7/+7
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh2-1/+17
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy4-62/+96
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy4-3/+7
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy6-14/+14
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones6-7/+1
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu2-14/+14
2006-09-22[IPV4] fib: convert reader/writer to spinlockStephen Hemminger1-10/+10
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[NET]: Make code static.Adrian Bunk2-3/+3
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy10-109/+106
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy19-54/+53
2006-09-22[NETFILTER]: netbios conntrack: fix compilePatrick McHardy1-0/+1
2006-09-22[IPv4]: Move interface address bits to linux/if_addr.hThomas Graf2-0/+2
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[IPV4]: Use Protocol Independant Policy Routing Rules FrameworkThomas Graf4-370/+242
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 Yekkirala3-2/+11
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala8-0/+10
2006-09-21[CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu1-12/+13
2006-09-21[IPSEC]: Use HMAC template and hash interfaceHerbert Xu2-27/+45
2006-09-21[IPSEC] ESP: Use block ciphers where applicableHerbert Xu2-20/+30
2006-09-19[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()Al Viro1-4/+4
2006-09-17[TCP] tcp-lp: bug fix for oops in 2.6.18-rc6Wong Hoi Sing Edison1-14/+21
2006-09-17[IPVS]: remove the debug option go ip_vs_ftpSimon Horman1-14/+6
2006-09-17[IPVS]: Make sure ip_vs_ftp ports are validSimon Horman1-0/+6
2006-09-17[IPVS]: auto-help for ip_vs_ftpSimon Horman1-0/+1
2006-09-17[TCP]: Turn ABC off.Stephen Hemminger1-1/+1
2006-08-31[IPV4]: Fix SNMPv2 "ipFragFails" counter errorWei Dong1-0/+1
2006-08-29[TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2-3/+8
2006-08-22[TCP]: Limit window scaling if window is clamped.Stephen Hemminger1-0/+1
2006-08-22[NETFILTER]: arp_tables: fix table locking in arpt_do_tablePatrick McHardy1-1/+2
2006-08-17[NETFILTER]: ip_tables: fix table locking in ipt_do_tablePatrick McHardy1-1/+2
2006-08-17[NETFILTER]: ctnetlink: fix deadlock in table dumpingPatrick McHardy1-10/+7
2006-08-17[IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov1-6/+6
2006-08-17[MCAST]: Fix filter leak on device removal.David L Stevens1-13/+19
2006-08-17[IPV4]: Possible leak of multicast source filter sctructureMichal Ruzicka1-3/+3
2006-08-13[INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu1-2/+2
2006-08-13[NETFILTER]: ulog: fix panic on SMP kernelsMark Huang1-0/+5