summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2006-12-03[TCP/DCCP]: Introduce net_xmit_evalGerrit Renker2-9/+2
2006-12-03[TCP] htcp: Better packing of struct htcp.David S. Miller1-2/+2
2006-12-03[NETLINK]: Do precise netlink message allocations where possibleThomas Graf3-11/+51
2006-12-03[TCP]: Remove dead code in init_sequenceGerrit Renker1-2/+2
2006-12-03[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller2-4/+2
2006-12-03[TCP]: Allow autoloading of congestion control via setsockopt.Stephen Hemminger1-1/+11
2006-12-03[TCP]: Restrict congestion control choices.Stephen Hemminger2-0/+115
2006-12-03[TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2-0/+40
2006-12-03[NET]: Size listen hash tables using backlog hintEric Dumazet3-5/+5
2006-12-03[NET] rules: Share common attribute validation policyThomas Graf1-5/+1
2006-12-03[NET] rules: Protocol independant mark selectorThomas Graf1-29/+0
2006-12-03[IPV4] nl_fib_lookup: Rename fl_fwmark to fl_markThomas Graf1-1/+1
2006-12-03[NET]: Rethink mark field in struct flowiThomas Graf6-52/+13
2006-12-03[NET]: Turn nfmark into generic markThomas Graf9-15/+15
2006-12-03SELinux: Return correct context for SO_PEERSECVenkat Yekkirala1-0/+2
2006-12-03[IPV4]: encapsulation annotationsAl Viro4-38/+38
2006-12-03[XFRM]: misc annotationsAl Viro1-3/+3
2006-12-03[NET]: ipconfig and nfsroot annotationsAl Viro1-52/+53
2006-11-29[NETFILTER]: ipt_REJECT: fix memory corruptionPatrick McHardy1-7/+9
2006-11-29[NETFILTER]: conntrack: fix refcount leak when finding expectationYasuyuki Kozakai1-3/+3
2006-11-29[NETFILTER]: ctnetlink: fix reference count leakPatrick McHardy1-0/+1
2006-11-26[NET]: Fix kfifo_alloc() error check.Akinobu Mita1-0/+2
2006-11-26[UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch1-5/+14
2006-11-26[NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCTFaidon Liambotis1-2/+2
2006-11-16[TCP]: Fix up sysctl_tcp_mem initialization.John Heffner1-3/+4
2006-11-16[NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queuePatrick McHardy1-3/+4
2006-11-11[IPVS]: More endianness fixed.Julian Anastasov3-6/+6
2006-11-08[TCP]: Don't use highmem in tcp hash size calculation.John Heffner1-2/+2
2006-11-02[TCP]: Set default congestion control when no sysctl.Stephen Hemminger2-7/+8
2006-10-31[NetLabel]: protect the CIPSOv4 socket option from setsockopt()Paul Moore2-5/+4
2006-10-31[NETFILTER]: ip_tables: compat code module refcounting fixDmitry Mishin1-25/+11
2006-10-31[NETFILTER]: ip_tables: compat error way cleanupVasily Averin1-0/+1
2006-10-31[NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tablesDmitry Mishin2-17/+38
2006-10-31[NET]: fix uaccess handlingHeiko Carstens1-6/+11
2006-10-26[TCP] H-TCP: fix integer overflowGavin McCullagh1-1/+1
2006-10-26[TCP] cubic: scaling errorStephen Hemminger1-3/+3
2006-10-25[IPV4] ipconfig: fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-10-20[TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err()Eric Dumazet1-1/+1
2006-10-20[NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layerBjörn Steinbrink1-0/+3
2006-10-19[TCP]: Bound TSO defer timeJohn Heffner1-5/+15
2006-10-19[IPv4] fib: Remove unused fib_config membersThomas Graf1-5/+0
2006-10-16[NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire()Eric Dumazet1-7/+22
2006-10-16NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctlyPaul Moore1-2/+2
2006-10-16NetLabel: only deref the CIPSOv4 standard map fields when using standard mappingPaul Moore1-6/+12
2006-10-16[NETFILTER]: ctnetlink: Remove debugging messagesPablo Neira Ayuso1-69/+3
2006-10-16[NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum updatePatrick McHardy2-6/+6
2006-10-16[NETFILTER]: arp_tables: missing unregistration on module unloadPatrick McHardy1-0/+2
2006-10-12[NET]: Do not memcmp() over pad bytes of struct flowi.David S. Miller1-3/+9
2006-10-12[NET]: Use typesafe inet_twsk() inline function instead of cast.YOSHIFUJI Hideaki1-9/+7
2006-10-12[NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki2-13/+22