summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-08-30tcp: tcp_make_synack() should use sock_wmallocPhil Oester1-1/+1
2013-08-30tcp: do not use cached RTT for RTT estimationYuchung Cheng1-33/+11
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-13/+12
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-08-29tcp: TSO packets automatic sizingEric Dumazet4-7/+65
2013-08-29tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin1-3/+6
2013-08-29tcp: initialize rcv_tstamp for restored socketsAndrew Vagin1-0/+2
2013-08-28netfilter: add SYNPROXY core/targetPatrick McHardy3-0/+486
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-11/+18
2013-08-28netfilter: nf_conntrack: make sequence number adjustments usuable without NATPatrick McHardy1-5/+2
2013-08-28netfilter: ip[6]t_REJECT: tcp-reset using wrong MAC source if bridgedPhil Oester1-1/+20
2013-08-27net: tcp_probe: allow more advanced ingress filtering by markDaniel Borkmann1-4/+11
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-08-26xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa1-1/+1
2013-08-25ipip: potential race in ip_tunnel_init_net()Dan Carpenter1-6/+4
2013-08-22net: tcp_probe: add IPv6 supportDaniel Borkmann1-10/+44
2013-08-22net: tcp_probe: kprobes: adapt jtcp_rcv_established signatureDaniel Borkmann1-1/+8
2013-08-22net: tcp_probe: also include rcv_wnd next to snd_wndDaniel Borkmann1-2/+4
2013-08-22tcp: increase throughput when reordering is highYuchung Cheng1-12/+20
2013-08-20ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter1-4/+4
2013-08-20ipv4: raise IP_MAX_MTU to theoretical limitEric Dumazet1-5/+3
2013-08-20tcp: trivial: Remove nocache argument from tcp_v4_send_synackChristoph Paasch1-3/+2
2013-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller1-1/+1
2013-08-20tcp: set timestamps for restored skb-sAndrey Vagin1-0/+7
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+12
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco4-5/+5
2013-08-15ipip: add x-netns supportNicolas Dichtel4-20/+32
2013-08-15ipv4 tunnels: use net_eq() helper to check netnsNicolas Dichtel1-2/+2
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