summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet-0/+4
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-756/+715
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig-3/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+19
2014-06-11net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert-0/+1
2014-06-11net: Save software checksum completeTom Herbert-2/+4
2014-06-11ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet-5/+15
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov-5/+13
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov-2/+2
2014-06-10gre: allow changing mac address when device is upstephen hemminger-0/+1
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila-9/+11
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-14/+17
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-4/+2
2014-06-05ip_tunnel: fix possible rtable leakDmitry Popov-0/+1
2014-06-05ipv4: use skb frags api in udp4_hwcsum()WANG Cong-4/+5
2014-06-05net: use the new API kvfree()WANG Cong-4/+1
2014-06-04gre: Call gso_make_checksumTom Herbert-4/+14
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert-22/+24
2014-06-04tcp: Call gso_make_checksumTom Herbert-5/+2
2014-06-04net: Support for multiple checksums with gsoTom Herbert-0/+8
2014-06-04udp: Generic functions to set checksumTom Herbert-0/+37
2014-06-04net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin-1/+1
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+5
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+2
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng-6/+5
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern-1/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet-57/+25
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-20/+6
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi-1/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-19/+43
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert-1/+19
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert-1/+1
2014-05-23net: Eliminate no_check from protoswTom Herbert-8/+0
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing-1/+1
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell-14/+23
2014-05-21net: tunnels - enable module autoloadingTom Gundersen-0/+1
2014-05-21ip_tunnel: Initialize the fallback device properlySteffen Klassert-0/+1
2014-05-18ipv4: minor spelling fixstephen hemminger-1/+1
2014-05-16ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs-1/+2
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong-4/+2
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-17/+39
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall-2/+1
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches-3/+3
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong-30/+18
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti-3/+14
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti-0/+7
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti-3/+18
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee-14/+43
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng-21/+14