summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-06-11net: Save software checksum completeTom Herbert
2014-06-11ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet
2014-06-10gre: allow changing mac address when device is upstephen hemminger
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila
2014-06-05ipv4: use skb frags api in udp4_hwcsum()WANG Cong
2014-06-05net: use the new API kvfree()WANG Cong
2014-06-04gre: Call gso_make_checksumTom Herbert
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert
2014-06-04tcp: Call gso_make_checksumTom Herbert
2014-06-04net: Support for multiple checksums with gsoTom Herbert
2014-06-04udp: Generic functions to set checksumTom Herbert
2014-06-04net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-02tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-22ipv4: initialise the itag variable in __mkroute_inputLi RongQing
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell
2014-05-21net: tunnels - enable module autoloadingTom Gundersen
2014-05-21ip_tunnel: Initialize the fallback device properlySteffen Klassert
2014-05-18ipv4: minor spelling fixstephen hemminger
2014-05-16ipv4: ip_tunnels: disable cache for nbma gre tunnelsTimo Teräs
2014-05-16ip_tunnel: don't add tunnel twiceDuan Jiong
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-05-15ip_tunnel: delete unneeded call to netdev_privJulia Lawall
2014-05-14net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong
2014-05-13net: support marking accepting TCP socketsLorenzo Colitti
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-05-13tcp: IPv6 support for fastopen serverDaniel Lee
2014-05-13tcp: improve fastopen icmp handlingYuchung Cheng
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert
2014-05-08icmp: Call skb_checksum_simple_validateTom Herbert
2014-05-08igmp: Call skb_checksum_simple_validateTom Herbert
2014-05-08gre: Call skb_checksum_simple_validateTom Herbert
2014-05-08ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong