summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-07-02vti: remove duplicated code to fix a memory leakCong Wang
2013-07-02gre: fix a regression in ioctlCong Wang
2013-06-29ipv4: use next hop exceptions also for input routesTimo Teräs
2013-06-28netlink: fix splat in skb_clone with large messagesPablo Neira
2013-06-28sit: add support of x-netnsNicolas Dichtel
2013-06-26sit: fix 4in4 + IPsec scenarioNicolas Dichtel
2013-06-20inet: frag , remove an empty ifdef.Rami Rosen
2013-06-20tcp: introduce a per-route knob for quick ackCong Wang
2013-06-20tcp:typo unset should be unsentWeiping Pan
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar
2013-06-20gre: export gre_handle_offloads() function.Pravin B Shelar
2013-06-20gre: export gre_build_header() function.Pravin B Shelar
2013-06-20gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar
2013-06-20gre: 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-11net: remove last caller of skb_tail_offset() and itselfCong Wang
2013-06-11tcp: add low latency socket poll support.Eliezer Tamir
2013-06-11udp: add low latency socket poll supportEliezer Tamir
2013-06-11net: add low latency socket pollEliezer Tamir
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann
2013-06-07net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-06-04ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang
2013-06-04Kconfig: remove dangling references to the deleted fileJean Sacren
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti
2013-06-03icmp: avoid allocating large struct on stackCong Wang
2013-06-03] icmp: fix icmp_unreach() comment.Rami Rosen
2013-06-03ipv4: use separate genid for next hop exceptionsTimo Teräs
2013-06-03ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs
2013-06-01sit: add IPv4 over IPv4 supportNicolas Dichtel
2013-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel
2013-05-31gro: should aggregate frames without DFEric Dumazet
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer
2013-05-31tcp: undo on DSACK during recoveryYuchung Cheng
2013-05-31tcp: fix undo on partial ack in recoveryYuchung Cheng