summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-14/+23
2014-05-21net: tunnels - enable module autoloadingTom Gundersen1-0/+1
2014-05-19ipv4: minor spelling fixstephen hemminger1-1/+1
2014-05-17ip_tunnel: don't add tunnel twiceDuan Jiong1-4/+2
2014-05-16ip_tunnel: delete unneeded call to netdev_privJulia Lawall1-2/+1
2014-05-15net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2-3/+3
2014-05-14ipv4: make ip_local_reserved_ports per netnsWANG Cong5-30/+18
2014-05-14net: support marking accepting TCP socketsLorenzo Colitti4-3/+14
2014-05-14net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti1-0/+7
2014-05-14net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti3-3/+18
2014-05-14tcp: IPv6 support for fastopen serverDaniel Lee1-14/+43
2014-05-14tcp: improve fastopen icmp handlingYuchung Cheng1-21/+14
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng4-98/+78
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng3-51/+32
2014-05-14tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng2-183/+192
2014-05-12net: rename local_df to ignore_dfWANG Cong4-9/+9
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-103/+124
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-4/+6
2014-05-09net: Verify UDP checksum before handoff to encapTom Herbert1-0/+4
2014-05-09icmp: Call skb_checksum_simple_validateTom Herbert1-10/+2
2014-05-09igmp: Call skb_checksum_simple_validateTom Herbert1-10/+2
2014-05-09gre: Call skb_checksum_simple_validateTom Herbert1-23/+1
2014-05-09ipv4: remove inet_addr_hash_lock in devinet.cWANG Cong1-5/+2
2014-05-09ping: move ping_group_range out of CONFIG_SYSCTLCong Wang3-13/+14
2014-05-09ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang4-24/+45
2014-05-08ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-08net: clean up snmp stats codeWANG Cong2-74/+43
2014-05-07net: ip: push gso skb forwarding handling down the stackFlorian Westphal2-53/+48
2014-05-07net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal1-2/+2
2014-05-06ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-05-05net: Call skb_checksum_init in IPv4Tom Herbert2-40/+4
2014-05-05ipv4: fix "conntrack zones" support for defrag user check in ip_expireVasily Averin1-2/+3
2014-05-04netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-05-04tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet14-43/+33
2014-05-03tcp: fix cwnd limited checking to improve congestion controlEric Dumazet2-27/+14
2014-05-01tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-05-01tcp: increment retransmit counters in tlp and fast openEric Dumazet1-7/+7
2014-04-28ipv4: Use predefined value for readabilityHisao Tanabe1-3/+3
2014-04-26inetpeer_gc_worker: trivial cleanupxiao jin1-1/+1
2014-04-23gre: add x-netns supportNicolas Dichtel1-3/+3
2014-04-23tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan2-22/+22
2014-04-21tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listnerKenjiro Nakayama1-0/+8
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang4-6/+4
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet5-12/+11
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2-3/+4
2014-04-14ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-04-14net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11