aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-24fib_trie: potential out of bounds access in trie_show_stats()Jerry Snitselaar1-1/+1
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-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
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir1-3/+3
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu1-1/+1
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+11
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann3-103/+131
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar1-44/+55
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pending dataHannes Frederic Sowa1-1/+2
2013-07-02ipip: fix a regression in ioctlCong Wang1-5/+7
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang1-7/+0
2013-07-01gre: fix a regression in ioctlCong Wang1-4/+5
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs2-16/+52
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira1-1/+1
2013-06-27sit: add support of x-netnsNicolas Dichtel1-1/+9
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel1-1/+1
2013-06-25gre: fix a possible skb leakEric Dumazet1-1/+1
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+8
2013-06-24netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng1-4/+8
2013-06-19inet: frag , remove an empty ifdef.Rami Rosen1-2/+0
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang2-3/+8
2013-06-19tcp:typo unset should be unsentWeiping Pan1-1/+1
2013-06-19ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik1-2/+2
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar4-26/+47
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar3-30/+98
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar2-32/+31
2013-06-19gre: export gre_build_header() function.Pravin B Shelar2-39/+33
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2-151/+243
2013-06-19gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+3
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet1-2/+2
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan1-2/+1
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng2-26/+20
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches4-21/+22
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang1-4/+4
2013-06-12udp: fix two sparse errorsEric Dumazet1-2/+2
2013-06-12gro: remove a sparse errorEric Dumazet1-1/+1
2013-06-12igmp: fix new sparse errorsEric Dumazet1-4/+4
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann4-82/+104
2013-06-12igmp: remove unnecessary in_device member zeroingShawn Bohrer1-4/+0
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2-3/+71
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-7/+1
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir2-0/+7