summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2007-01-10[PATCH] IPV4/IPV6: Fix inet{,6} device initialization order.David L Stevens
2007-01-10[PATCH] UDP: Fix reversed logic in udp_get_port()David Miller
2006-12-11[PATCH] IPSEC: Fix inetpeer leak in ipv4 xfrm dst entries.David Miller
2006-12-11[PATCH] XFRM: Use output device disable_xfrm for forwarded packetsPatrick McHardy
2006-12-11[PATCH] NETFILTER: Fix iptables compat hook validationDmitry Mishin
2006-12-11[PATCH] NETFILTER: Fix {ip, ip6, arp}_tables hook validationDmitry Mishin
2006-11-28[NETFILTER]: ipt_REJECT: fix memory corruptionPatrick McHardy
2006-11-28[NETFILTER]: conntrack: fix refcount leak when finding expectationYasuyuki Kozakai
2006-11-28[NETFILTER]: ctnetlink: fix reference count leakPatrick McHardy
2006-11-25[NET]: Fix kfifo_alloc() error check.Akinobu Mita
2006-11-25[UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch
2006-11-25[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCTFaidon Liambotis
2006-11-15[TCP]: Fix up sysctl_tcp_mem initialization.John Heffner
2006-11-15[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy
2006-11-10[IPVS]: More endianness fixed.Julian Anastasov
2006-11-07[TCP]: Don't use highmem in tcp hash size calculation.John Heffner
2006-11-01[TCP]: Set default congestion control when no sysctl.Stephen Hemminger
2006-10-30[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore
2006-10-30[NETFILTER]: ip_tables: compat code module refcounting fixDmitry Mishin
2006-10-30[NETFILTER]: ip_tables: compat error way cleanupVasily Averin
2006-10-30[NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin
2006-10-30[NET]: fix uaccess handlingHeiko Carstens
2006-10-25[TCP] H-TCP: fix integer overflowGavin McCullagh
2006-10-25[TCP] cubic: scaling errorStephen Hemminger
2006-10-24[IPV4] ipconfig: fix RARP ic_servaddr breakageAl Viro
2006-10-20[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()Eric Dumazet
2006-10-20[NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layerBjörn Steinbrink
2006-10-18[TCP]: Bound TSO defer timeJohn Heffner
2006-10-18[IPv4] fib: Remove unused fib_config membersThomas Graf
2006-10-15[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet
2006-10-15NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore
2006-10-15NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore
2006-10-15[NETFILTER]: ctnetlink: Remove debugging messagesPablo Neira Ayuso
2006-10-15[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum updatePatrick McHardy
2006-10-15[NETFILTER]: arp_tables: missing unregistration on module unloadPatrick McHardy
2006-10-12[NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller
2006-10-11[NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki
2006-10-11[NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki
2006-10-11[TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number.YOSHIFUJI Hideaki
2006-10-11IPsec: correct semantics for SELinux policy matchingVenkat Yekkirala
2006-10-11NetLabel: fix a cache race conditionpaul.moore@hp.com
2006-10-10[PATCH] ptrdiff_t is %t, not %zAl Viro
2006-10-04[XFRM]: BEET modeDiego Beltrami
2006-10-04[TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller
2006-10-04[UDP]: Fix MSG_PROBE crashHerbert Xu
2006-10-04[NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse functionPatrick McHardy
2006-10-04[NETFILTER]: Honour source routing for LVS-NATSimon Horman
2006-10-04[NETFILTER]: add type parameter to ip_route_me_harderSimon Horman
2006-10-03fix file specification in commentsUwe Zeisberger
2006-10-03Still more typo fixesMatt LaPlante