summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-10udp: add low latency socket poll supportEliezer Tamir1-1/+5
2013-06-10net: add low latency socket pollEliezer Tamir1-0/+1
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann5-318/+336
2013-06-07net: 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-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+11
2013-06-04ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang1-3/+3
2013-06-04Kconfig: 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-05-31sit: add IPv4 over IPv4 supportNicolas Dichtel1-1/+1
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel3-4/+4
2013-05-31gro: should aggregate frames without DFEric Dumazet1-1/+2
2013-05-31net: Update RFS target at poll for tcp/udpDavid Majnemer2-0/+4
2013-05-30tcp: undo on DSACK during recoveryYuchung Cheng1-1/+7
2013-05-30tcp: fix undo on partial ack in recoveryYuchung Cheng1-26/+33
2013-05-30tcp: refactor undo functionsYuchung Cheng1-47/+50
2013-05-30tcp: consolidate PRR packet accountingYuchung Cheng1-25/+20
2013-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-1/+7
2013-05-28ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman3-3/+5
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-1/+4
2013-05-28arp: flush arp cache on IFF_NOARP changeTimo Teräs1-0/+6
2013-05-28net: pass info struct via netdevice notifierJiri Pirko5-5/+5
2013-05-27ipv4: fix redirect handling for TCP packetsMichal Kubecek1-1/+6
2013-05-27MPLS: Add limited GSO supportSimon Horman3-1/+3
2013-05-25ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2013-05-25tcp: Remove 2 indentation levels in tcp_rcv_state_processJoe Perches1-37/+39
2013-05-25tcp: Remove another indentation level in tcp_rcv_state_processJoe Perches1-59/+51
2013-05-25tcp: remove one indentation level in tcp_rcv_state_process()Eric Dumazet1-136/+133
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2-162/+400
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+55
2013-05-23tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-05-23netfilter: ipt_ULOG: fix non-null terminated string in the nf_log pathChen Gang1-2/+4
2013-05-23netfilter: {ipt,ebt}_ULOG: rise warning on deprecationPablo Neira Ayuso2-1/+7
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13