aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.YOSHIFUJI Hideaki1-0/+2
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet2-6/+32
2011-07-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-0/+7
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller6-31/+36
2011-07-17ipv6: Get rid of rt6i_nexthop macro.David S. Miller4-19/+19
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-3/+3
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-4/+1
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-3/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-7/+3
2011-07-16ipv6: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller1-5/+9
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-18/+14
2011-07-04net: bind() fix error return on wrong address familyMarcus Meissner1-1/+1
2011-07-01ipv6: Don't put artificial limit on routing table size.David S. Miller1-6/+7
2011-07-01ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-07-01ipv6: Reduce switch/case indentJoe Perches1-76/+69
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2011-06-21ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang1-1/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-4/+11
2011-06-17net: rfs: enable RFS before first data packet is receivedEric Dumazet1-0/+1
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari1-1/+2
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose5-14/+23
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu2-0/+6
2011-06-08ipv6: generate link local address for GRE tunnelstephen hemminger1-0/+35
2011-06-06net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrsMarcus Meissner1-0/+4
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones1-1/+2
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso1-1/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet1-1/+1
2011-05-24net: convert %p usage to %pKDan Rosenberg3-5/+5
2011-05-24ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller1-1/+1
2011-05-21ipv6: copy prefsrc setting when copying route entryFlorian Westphal1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds30-295/+404
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-26/+5
2011-05-19ipv6: reduce per device ICMP mib sizesEric Dumazet2-26/+38
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller3-4/+7
2011-05-10Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller1-1/+3
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert2-3/+4
2011-05-10netfilter: IPv6: initialize TOS field in REJECT target moduleFernando Luis Vazquez Cao1-1/+3
2011-05-08inet: Pass flowi to ->queue_xmit().David S. Miller1-1/+1
2011-05-07net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfreePaul E. McKenney1-6/+1
2011-05-07net,rcu: convert call_rcu(ipv6_mc_socklist_reclaim) to kfree_rcu()Lai Jiangshan1-6/+2
2011-05-07net,rcu: convert call_rcu(inet6_ifa_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-07net,rcu: convert call_rcu(in6_dev_finish_destroy_rcu) to kfree_rcu()Lai Jiangshan1-7/+1
2011-05-06inet: Decrease overhead of on-stack inet_cork.David S. Miller2-18/+20
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko2-10/+0