summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar4-26/+47
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar3-30/+98
2013-06-20gre: export gre_handle_offloads() function.Pravin B Shelar2-32/+31
2013-06-20gre: export gre_build_header() function.Pravin B Shelar2-39/+33
2013-06-20gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2-151/+243
2013-06-20gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-06-20Merge 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-13udp: fix two sparse errorsEric Dumazet1-2/+2
2013-06-13gro: remove a sparse errorEric Dumazet1-1/+1
2013-06-13igmp: 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-11net: remove last caller of skb_tail_offset() and itselfCong Wang1-7/+1
2013-06-11tcp: add low latency socket poll support.Eliezer Tamir2-0/+7
2013-06-11udp: add low latency socket poll supportEliezer Tamir1-1/+5
2013-06-11net: add low latency socket pollEliezer Tamir1-0/+1
2013-06-08net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann5-318/+336
2013-06-08net: minor: tcp: use tcp_skb_mss helper in tcp_tso_segmentDaniel Borkmann1-2/+2
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2-1/+7
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+11
2013-06-05ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang1-3/+3
2013-06-05Kconfig: remove dangling references to the deleted fileJean Sacren1-8/+3
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti1-9/+12
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti1-26/+47
2013-06-03icmp: avoid allocating large struct on stackCong Wang1-17/+23
2013-06-03] icmp: fix icmp_unreach() comment.Rami Rosen1-1/+2
2013-06-03ipv4: use separate genid for next hop exceptionsTimo Teräs1-2/+10
2013-06-03ipv4: rate limit updating of next hop exceptions with same pmtuTimo Teräs1-0/+4
2013-06-03ipv4: properly refresh rtable entries on pmtu/redirect eventsTimo Teräs4-41/+43
2013-06-01sit: add IPv4 over IPv4 supportNicolas Dichtel1-1/+1
2013-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel3-4/+4
2013-06-01gro: should aggregate frames without DFEric Dumazet1-1/+2
2013-06-01net: Update RFS target at poll for tcp/udpDavid Majnemer2-0/+4
2013-05-31tcp: undo on DSACK during recoveryYuchung Cheng1-1/+7
2013-05-31tcp: fix undo on partial ack in recoveryYuchung Cheng1-26/+33
2013-05-31tcp: refactor undo functionsYuchung Cheng1-47/+50
2013-05-31tcp: consolidate PRR packet accountingYuchung Cheng1-25/+20
2013-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2013-05-29net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-1/+7
2013-05-29ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman3-3/+5
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-1/+4
2013-05-29arp: flush arp cache on IFF_NOARP changeTimo Teräs1-0/+6
2013-05-29net: pass info struct via netdevice notifierJiri Pirko5-5/+5
2013-05-28ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6