summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-08-15dev: move skb_scrub_packet() after eth_type_trans()Nicolas Dichtel1-3/+4
2013-08-14xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2-11/+1
2013-08-14xfrm: make local error reporting more robustHannes Frederic Sowa2-2/+11
2013-08-13ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-3/+1
2013-08-13tcp: reset reordering est. selectively on timeoutYuchung Cheng1-2/+7
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng2-10/+13
2013-08-09net: rename busy poll MIB counterEliezer Tamir1-1/+1
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2-2/+25
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley1-2/+2
2013-08-09net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley1-3/+13
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs1-1/+1
2013-08-09netfilter: nf_conntrack: don't send destroy events from iteratorFlorian Westphal1-1/+1
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet2-1/+14
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-6/+6
2013-08-07ip_tunnel: embed hash list headstephen hemminger1-7/+6
2013-08-07tcp: cubic: fix bug in bictcp_acked()Eric Dumazet1-1/+1
2013-08-07tcp: cubic: fix overflow error in bictcp_update()Eric Dumazet1-4/+6
2013-08-05fib_trie: remove potential out of bound accessEric Dumazet1-4/+1
2013-08-05net: esp{4,6}: fix potential MTU calculation overflowsDaniel Borkmann1-1/+1
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+9
2013-08-03fib_rules: fix suppressor names and default valuesStefan Tomanek1-1/+1
2013-08-02fib_rules: add route suppression based on ifgroupStefan Tomanek1-6/+17
2013-08-02net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann1-1/+3
2013-07-31fib_rules: add .suppress operationStefan Tomanek1-0/+14
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du1-8/+8
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0
2013-07-30net: remove an unneeded checkDan Carpenter1-4/+1
2013-07-30tcp: add tcp_syncookies mode to allow unconditionally generation of syncookiesHannes Frederic Sowa1-2/+3
2013-07-28ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROLHannes Frederic Sowa1-0/+3
2013-07-27pktgen: Add UDPCSUM flag to support UDP checksumsThomas Graf1-1/+2
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet4-0/+18
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-2/+2
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar1-1/+1
2013-07-23vti: switch to new ip tunnel codeAmerigo Wang1-476/+52
2013-07-23ipmr: change the prototype of ip_mr_forward().Rami Rosen1-8/+7
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-6/+40
2013-07-22tcp: use RTT from SACK for RTOYuchung Cheng1-9/+14
2013-07-22tcp: measure RTT from new SACKYuchung Cheng1-6/+17
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng1-49/+18
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng3-10/+14
2013-07-19sysctl net: Keep tcp_syn_retries inside the boundaryMichal Tesar1-1/+5
2013-07-16ipv4: set transport header earlierEric Dumazet1-4/+3
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell6-6/+6
2013-07-12tcp: account all retransmit failuresYuchung Cheng1-3/+4
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck1-1/+1
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck2-1/+6
2013-07-11inet: fix spacing in assignmentCamelia Groza1-1/+1
2013-07-10net: rename ll methods to busy-pollEliezer Tamir2-2/+2
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir3-3/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds39-1709/+2236