aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-30tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-07-30tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-07-28ip: make IP identifiers less predictableEric Dumazet1-3/+29
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu3-1/+7
2014-07-11GRE: enable offloads for GREAmritha Nambiar1-0/+1
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-07tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-07igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-07ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-02tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-06-27udp: Add MIB counters for rcvbuferrorsJames M Leddy1-1/+4
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet1-9/+5
2014-06-19tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-06-16tcp: remove unnecessary tcp_sk assignment.Dave Jones1-1/+1
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-756/+715
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+19
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert1-0/+1
2014-06-11net: Save software checksum completeTom Herbert1-2/+4
2014-06-11ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov1-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov2-5/+13
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-06-10gre: allow changing mac address when device is upstephen hemminger1-0/+1
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila2-9/+11
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-14/+17
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2-4/+2
2014-06-05ip_tunnel: fix possible rtable leakDmitry Popov1-0/+1
2014-06-05ipv4: use skb frags api in udp4_hwcsum()WANG Cong1-4/+5
2014-06-05net: use the new API kvfree()WANG Cong1-4/+1
2014-06-04gre: Call gso_make_checksumTom Herbert5-4/+14
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert4-22/+24
2014-06-04tcp: Call gso_make_checksumTom Herbert1-5/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert1-0/+8
2014-06-04udp: Generic functions to set checksumTom Herbert1-0/+37
2014-06-04net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin1-1/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-4/+2
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet8-57/+25
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-20/+6
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-19/+43
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert1-1/+19
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-1/+1