summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-28MPLS: Add limited GSO supportSimon Horman3-1/+3
2013-05-26ip_tunnel: fix kernel panic with icmp_dest_unreachEric Dumazet1-1/+1
2013-05-26tcp: Remove 2 indentation levels in tcp_rcv_state_processJoe Perches1-37/+39
2013-05-26tcp: Remove another indentation level in tcp_rcv_state_processJoe Perches1-59/+51
2013-05-26tcp: remove one indentation level in tcp_rcv_state_process()Eric Dumazet1-136/+133
2013-05-26net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti2-162/+400
2013-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-23/+55
2013-05-24tcp: 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-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-05-21tcp: md5: remove spinlock usage in fast pathEric Dumazet3-90/+24
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet1-1/+2
2013-05-20tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-64/+1
2013-05-17tcp: speedup tcp_fixup_rcvbuf()Eric Dumazet1-3/+1
2013-05-17tcp: gso: do not generate out of order packetsEric Dumazet1-1/+21
2013-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-5/+8
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom1-5/+8
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-05-12ipv4: ip_output: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov1-1/+1
2013-05-09gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2-10/+2
2013-05-06fib_trie: no need to delay vfree()Al Viro1-11/+2
2013-05-06net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov1-0/+1
2013-05-06tcp: do not expire TCP fastopen cookiesEric Dumazet1-6/+9
2013-05-04vxlan: Fix TCPv6 segmentation.Pravin B Shelar1-1/+6
2013-05-04gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2-1/+4