aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski1-2/+3
2011-10-21tcp: add const qualifiers where possibleEric Dumazet6-114/+118
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-10-20tcp: remove unused tcp_fin() parametersEric Dumazet1-3/+3
2011-10-20tcp: use TCP_DEFAULT_INIT_RCVWND in tcp_fixup_rcvbuf()Eric Dumazet1-8/+15
2011-10-19ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker1-1/+1
2011-10-19tcp: use TCP_INIT_CWND in tcp_fixup_sndbuf()Eric Dumazet1-5/+3
2011-10-19net: add skb frag size accessorsEric Dumazet5-17/+18
2011-10-18macvlan: handle fragmented multicast framesEric Dumazet1-0/+36
2011-10-13net: more accurate skb truesizeEric Dumazet2-10/+9
2011-10-12net-netlink: Add a new attribute to expose TOS values via netlinkMurali Raja1-0/+5
2011-10-11cipso: remove an unneeded NULL check in cipso_v4_doi_add()Dan Carpenter1-1/+1
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller2-7/+8
2011-10-04tcp: properly update lost_cnt_hint during shiftingYan, Zheng1-3/+1
2011-10-04tcp: properly handle md5sig_pool referencesYan, Zheng1-4/+7
2011-10-03ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin1-8/+0
2011-10-03tcp: report ECN_SEEN in tcp_infoEric Dumazet1-1/+3
2011-09-27tcp: rename tcp_skb_cb flagsEric Dumazet3-37/+38
2011-09-27tcp: unalias tcp_skb_cb flags and ip_dsfieldEric Dumazet2-2/+2
2011-09-27tcp: ECN blackhole should not force quickack modeEric Dumazet1-7/+16
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller7-32/+52
2011-09-18tcp: fix validation of D-SACKZheng Yan1-1/+1
2011-09-17tcp: md5: remove one indirection level in tcp_md5sig_poolEric Dumazet1-24/+17
2011-09-16ipv4: Fix fib_info->fib_metrics leakYan, Zheng1-1/+9
2011-09-16Merge branch 'master' of ../netdev/David S. Miller2-8/+11
2011-09-15tcp: Change possible SYN flooding messagesEric Dumazet2-21/+30
2011-08-30net: ipv4: relax AF_INET check in bind()Eric Dumazet1-1/+6
2011-08-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-7/+5
2011-08-30netfilter: nf_queue: reject NF_STOLEN verdicts from userspaceFlorian Westphal1-7/+4
2011-08-24Proportional Rate Reduction for TCP.Nandita Dukkipati2-7/+58
2011-08-24net: ipv4: convert to SKB frag APIsIan Campbell4-6/+8
2011-08-24mcast: Fix source address selection for multicast listener reportYan, Zheng1-1/+1
2011-08-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+4
2011-08-17net: remove ndo_set_multicast_list callbackJiri Pirko1-1/+1
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2-5/+5
2011-08-12net: cleanup some rcu_dereference_rawEric Dumazet3-9/+8
2011-08-11ipv4: some rt_iif -> rt_route_iif conversionsJulian Anastasov1-5/+3
2011-08-10tcp: initialize variable ecn_ok in syncookies pathMike Waychison1-1/+1
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-25/+40
2011-08-07ipv4: use dst with ref during bcast/mcast loopbackJulian Anastasov1-0/+1
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov1-1/+2
2011-08-07netfilter: TCP and raw fix for ip_route_me_harderJulian Anastasov1-10/+8
2011-08-07ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta1-4/+5
2011-08-07ipv4: fix the reusing of routing cache entriesJulian Anastasov1-1/+2
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller5-0/+5
2011-08-03net: fix NULL dereferences in check_peer_redir()Eric Dumazet2-8/+16
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger16-88/+88
2011-08-01net: adjust array indexJulia Lawall1-1/+1
2011-07-29netfilter: ip_queue: Fix small leak in ipq_build_packet_message()Jesper Juhl1-0/+1
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+8