summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-29mac80211: always send multicast on CAB queueJohannes Berg1-2/+3
2013-05-29mac80211: support active monitor interfacesFelix Fietkau4-11/+38
2013-05-29cfg80211: support an active monitor interface flagFelix Fietkau1-0/+10
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
2013-05-29sctp: Correct access to skb->{network, transport}_headerSimon Horman2-2/+2
2013-05-29ipv4: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman3-3/+5
2013-05-29ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman8-13/+19
2013-05-29net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman1-2/+2
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang5-11/+15
2013-05-29batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2013-05-29batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.cMartin Hundebøll8-37/+51
2013-05-29batman-adv: print the VID properlyAntonio Quartulli1-16/+21
2013-05-29batman-adv: change VID semantic in the BLA codeAntonio Quartulli5-33/+49
2013-05-29batman-adv: do not print orig nodes without nc neighbors on nc table printMarek Lindner1-0/+7
2013-05-29batman-adv: Remove unnecessary INIT_HLIST_NODE() callsLinus Lüssing2-4/+0
2013-05-29batman-adv: pass a 16bit long flag argument to tt_global_add()Antonio Quartulli2-3/+18