summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-07-12tcp: account all retransmit failuresYuchung Cheng
2013-07-11gre: Fix MTU sizing check for gretap tunnelsAlexander Duyck
2013-07-11gso: Update tunnel segmentation to support Tx checksum offloadAlexander Duyck
2013-07-11inet: fix spacing in assignmentCamelia Groza
2013-07-10net: rename ll methods to busy-pollEliezer Tamir
2013-07-10net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-08net: rename low latency sockets functions to busy pollEliezer Tamir
2013-07-03mm: use totalram_pages instead of num_physpages at runtimeJiang Liu
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann
2013-07-02ip_tunnels: Use skb-len to PMTU check.Pravin B Shelar
2013-07-02ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...Hannes Frederic Sowa
2013-07-02ipip: fix a regression in ioctlCong Wang
2013-07-01vti: remove duplicated code to fix a memory leakCong Wang
2013-07-01gre: fix a regression in ioctlCong Wang
2013-06-28ipv4: use next hop exceptions also for input routesTimo Teräs
2013-06-27netlink: fix splat in skb_clone with large messagesPablo Neira
2013-06-27sit: add support of x-netnsNicolas Dichtel
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel
2013-06-25gre: fix a possible skb leakEric Dumazet
2013-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-06-24netfilter: ipt_ULOG: fix incorrect setting of ulog timerGao feng
2013-06-19inet: frag , remove an empty ifdef.Rami Rosen
2013-06-19tcp: introduce a per-route knob for quick ackCong Wang
2013-06-19tcp:typo unset should be unsentWeiping Pan
2013-06-19ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.Aydin Arik
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar
2013-06-19gre: export gre_build_header() function.Pravin B Shelar
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar
2013-06-19gre: Simplify gre protocol registration locking.Pravin B Shelar
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-13ip_tunnel: remove __net_init/exit from exported functionsEric Dumazet
2013-06-13net/ipv4: ip_vti clear skb cb before tunneling.Saurabh Mohan
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-13net: ping_check_bind_addr() etc. can be staticWu Fengguang
2013-06-12udp: fix two sparse errorsEric Dumazet
2013-06-12gro: remove a sparse errorEric Dumazet
2013-06-12igmp: fix new sparse errorsEric Dumazet
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann
2013-06-12igmp: remove unnecessary in_device member zeroingShawn Bohrer
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang
2013-06-10tcp: add low latency socket poll support.Eliezer Tamir
2013-06-10udp: add low latency socket poll supportEliezer Tamir
2013-06-10net: add low latency socket pollEliezer Tamir
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann