summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2011-11-18ipv4: fix redirect handlingEric Dumazet1-51/+59
2011-11-18ping: dont increment ICMP_MIB_INERRORSEric Dumazet1-2/+0
2011-11-16tcp: clear xmit timers in tcp_v4_syn_recv_sock()Eric Dumazet1-0/+1
2011-11-14net-netlink: Add a new attribute to expose TCLASS values via netlinkMaciej Żenczykowski1-2/+2
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler1-2/+0
2011-11-09ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei1-0/+1
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler1-2/+2
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler1-2/+0
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert1-3/+7
2011-11-08tcp: Fix comments for Nagle algorithmFeng King1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds19-0/+19
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet1-0/+1
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet1-3/+5
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven3-23/+34
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches3-24/+3
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker16-0/+16
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker3-0/+3
2011-10-27ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAITEric Dumazet1-0/+1
2011-10-24ipv4: avoid useless call of the function check_peer_pmtuGao feng1-2/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+39
2011-10-24TCP: remove TCP_DEBUGFlavio Leitner2-4/+0
2011-10-24ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet3-7/+11
2011-10-24ipv4: fix ipsec forward performance regressionYan, Zheng1-7/+7
2011-10-24route: fix ICMP redirect validationFlavio Leitner1-5/+31
2011-10-24tcp: md5: add more const attributesEric Dumazet1-6/+6
2011-10-24tcp: md5: dont write skb head in tcp_md5_hash_header()Eric Dumazet1-6/+8
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-20ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet1-2/+0
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-19tproxy: copy transparent flag when creating a time waitKOVACS Krisztian1-0/+1
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