summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: add server ip to encrypt cookie in fast openYuchung Cheng2013-08-102-10/+13
* net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-092-2/+25
* net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley2013-08-091-2/+2
* net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley2013-08-091-3/+13
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-092-1/+14
* ip_tunnel: embed hash list headstephen hemminger2013-08-081-7/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-043-3/+9
|\
| * net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-08-021-1/+3
| * fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar2013-07-251-1/+1
| * sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar2013-07-201-1/+5
* | fib_rules: fix suppressor names and default valuesStefan Tomanek2013-08-031-1/+1
* | fib_rules: add route suppression based on ifgroupStefan Tomanek2013-08-031-6/+17
* | fib_rules: add .suppress operationStefan Tomanek2013-08-011-0/+14
* | net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-8/+8
* | tcp: Remove unused tcpct declarations and commentsDmitry Popov2013-07-311-4/+0Star
* | net: remove an unneeded checkDan Carpenter2013-07-311-4/+1Star
* | tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa2013-07-311-2/+3
* | ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa2013-07-281-0/+3
* | pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf2013-07-281-1/+2
* | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-254-0/+18
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-251-2/+2
* | vti: switch to new ip tunnel codeAmerigo Wang2013-07-241-476/+52Star
* | ipmr: change the prototype of ip_mr_forward().Rami Rosen2013-07-241-8/+7Star
* | net: convert resend IGMP to notifier eventJiri Pirko2013-07-241-6/+40
* | tcp: use RTT from SACK for RTOYuchung Cheng2013-07-231-9/+14
* | tcp: measure RTT from new SACKYuchung Cheng2013-07-231-6/+17
* | tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-231-49/+18Star
* | tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-233-10/+14
|/
* ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3Star
* tcp: account all retransmit failuresYuchung Cheng2013-07-131-3/+4
* gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck2013-07-121-1/+1
* gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2013-07-112-1/+6
* inet: fix spacing in assignmentCamelia Groza2013-07-111-1/+1
* net: rename ll methods to busy-pollEliezer Tamir2013-07-112-2/+2
* net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-113-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-1039-1709/+2236
|\
| * net: rename low latency sockets functions to busy pollEliezer Tamir2013-07-091-3/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-033-7/+11
| |\
| * | net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-033-103/+131
| * | ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar2013-07-031-44/+55
| * | ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa2013-07-021-1/+2
| * | ipip: fix a regression in ioctlCong Wang2013-07-021-5/+7
| * | vti: remove duplicated code to fix a memory leakCong Wang2013-07-021-7/+0Star
| * | gre: fix a regression in ioctlCong Wang2013-07-021-4/+5
| * | ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-292-16/+52
| * | netlink: fix splat in skb_clone with large messagesPablo Neira2013-06-281-1/+1
| * | sit: add support of x-netnsNicolas Dichtel2013-06-281-1/+9
| * | sit: fix 4in4 + IPsec scenarioNicolas Dichtel2013-06-261-1/+1
| * | inet: frag , remove an empty ifdef.Rami Rosen2013-06-201-2/+0Star
| * | tcp: introduce a per-route knob for quick ackCong Wang2013-06-202-3/+8