summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-121/+297
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-90/+227
2013-06-05net_sched: htb: do not mix 1ns and 64ns time unitsEric Dumazet1-17/+17
2013-06-05netpoll: fix position of network headerAmerigo Wang1-16/+4
2013-06-05pktgen: Fix position of ip and udp headerThomas Graf1-27/+12
2013-06-05net: fix sk_buff head without data areaPablo Neira2-3/+3
2013-06-05net/ethtool: Fix comment regarding location of dev_ethtool() callYan Burman1-1/+1
2013-06-05ping: always initialize ->sin6_scope_id and ->sin6_flowinfoCong Wang1-3/+3
2013-06-05ipv6: assign rt6_info to inet6_ifaddr in init_loopbackGao feng1-1/+3
2013-06-05net: mark netdev_create_hash __net_initBaruch Siach1-1/+1
2013-06-05Kconfig: remove dangling references to the deleted fileJean Sacren1-8/+3
2013-06-05xfrm: simplify the exit path of xfrm_output_one()Jean Sacren1-5/+4
2013-06-04net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2-32/+91
2013-06-04net: ipv4: make the ping /proc code AF-independentLorenzo Colitti1-26/+47
2013-06-04net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti3-77/+44
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-03net_sched: restore "overhead xxx" handlingEric Dumazet4-15/+17
2013-06-01xfrm: force a garbage collection after deleting a policyPaul Moore3-1/+8
2013-06-01sit: add IPv4 over IPv4 supportNicolas Dichtel2-4/+117
2013-06-01iptunnel: specify protocol outside IP headerNicolas Dichtel3-4/+4
2013-06-01udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-8/+12
2013-06-01net: clean up skb headers codeCong Wang1-11/+5
2013-06-01net/core: dev_mc_sync_multiple calls wrong helperJay Vosburgh1-1/+1
2013-06-01net/core: __hw_addr_sync_one / _multiple brokenJay Vosburgh1-4/+7
2013-06-01net/core: __hw_addr_unsync_one "from" address not marked syncedJay Vosburgh1-1/+2
2013-06-01net/core: __hw_addr_create_ex does not initialize sync_cntJay Vosburgh1-0/+1
2013-06-01netfilter: Correct calculation using skb->tail and skb-network_headerSimon Horman1-1/+1
2013-06-01snmp6: remove IPSTATS_MIB_CSUMERRORSNicolas Dichtel1-1/+1
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-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-15/+47
2013-05-31sctp: Correct byte order of access to skb->{network, transport}_headerSimon Horman1-1/+1
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 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+12
2013-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-16/+67
2013-05-31Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller24-364/+395
2013-05-29ipvs: ip_vs_sh: fix buildJan Beulich1-1/+1
2013-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-15/+47
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields1-5/+7
2013-05-29netfilter: xt_LOG: fix mark logging for IPv6 packetsMichal Kubeček1-1/+1
2013-05-29net/core/sock.c: add missing VSOCK string in af_family_*_key_stringsFederico Vaga1-3/+3
2013-05-29net: Block MSG_CMSG_COMPAT in send(m)msg and recv(m)msgAndy Lutomirski1-2/+31
2013-05-29net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman3-4/+29