aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-15caif: Move refcount from service layer to sock and dev.sjur.brandeland@stericsson.com2-8/+31
2011-05-15caif: Add ref-count to framing layersjur.brandeland@stericsson.com2-1/+39
2011-05-15caif: Use RCU and lists in cfcnfg.c for managing caif link layerssjur.brandeland@stericsson.com1-160/+213
2011-05-15caif: Use RCU instead of spin-lock in caif_dev.csjur.brandeland@stericsson.com1-118/+159
2011-05-15caif: Use rcu_read_lock in CAIF mux layer.sjur.brandeland@stericsson.com2-44/+83
2011-05-15net: ping: small changesEric Dumazet1-4/+4
2011-05-14Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2-6/+27
2011-05-15batman-adv: reset broadcast flood protection on errorMarek Lindner1-1/+1
2011-05-15batman-adv: Add missing hardif_free_ref in forw_packet_freeSven Eckelmann2-5/+26
2011-05-13ipv4: Remove rt->rt_dst reference from ip_forward_options().David S. Miller1-1/+1
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller2-16/+20
2011-05-13ipv4: Always call ip_options_build() after rest of IP header is filled in.David S. Miller1-4/+5
2011-05-13ipv4: Kill spurious write to iph->daddr in ip_forward_options().David S. Miller1-1/+0
2011-05-13net:set valid name before calling ndo_init()Peter Pan(潘卫平)1-4/+4
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov5-2/+1051
2011-05-13convert old cpumask API into new oneKOSAKI Motohiro1-36/+37
2011-05-13af_iucv: get rid of compile warningUrsula Braun1-7/+2
2011-05-13iucv: get rid of compile warningUrsula Braun1-2/+2
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty1-0/+90
2011-05-12ipv4: Fix 'iph' use before set.David S. Miller1-1/+1
2011-05-12ipv4: Elide use of rt->rt_dst in ip_forward()David S. Miller1-1/+1
2011-05-12ipv4: Simplify iph->daddr overwrite in ip_options_rcv_srr().David S. Miller1-1/+1
2011-05-12ipv4: Kill spurious opt->srr check in ip_options_rcv_srr().David S. Miller1-1/+1
2011-05-12net: introduce netdev_change_features()Michał Mirosław1-0/+25
2011-05-12ipvs: Remove all remaining references to rt->rt_{src,dst}Julian Anastasov2-46/+50
2011-05-12ipvs: Eliminate rt->rt_dst usage in __ip_vs_get_out_rt().David S. Miller1-3/+4
2011-05-12ipvs: Use IP_VS_RT_MODE_* instead of magic constants.David S. Miller1-9/+15
2011-05-12net/irda/ircomm_tty.c: Use flip buffers to deliver dataAmit Virdi1-9/+5
2011-05-12net: Fix vlan_features propagationMichał Mirosław1-2/+4
2011-05-12ethtool: bring back missing comma in netdev features stringsFranco Fichtner1-1/+1
2011-05-12garp: remove last synchronize_rcu() callEric Dumazet1-2/+12
2011-05-12sctp: sctp_sendmsg: Don't test known non-null sinfoJoe Perches1-6/+4
2011-05-12sctp: sctp_sendmsg: Don't initialize default_sinfoJoe Perches1-1/+2
2011-05-12l2tp: fix potential rcu raceEric Dumazet1-6/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller24-176/+307
2011-05-11Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6David S. Miller14-309/+320
2011-05-10Merge branch 'pablo/nf-2.6-updates' of git://1984.lsi.us.es/net-2.6David S. Miller13-161/+262
2011-05-10xfrm: Don't allow esn with disabled anti replay detectionSteffen Klassert1-0/+3
2011-05-10xfrm: Assign the inner mode output function to the dst entrySteffen Klassert5-6/+24
2011-05-10net: dev_close() should check IFF_UPEric Dumazet1-4/+6
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet2-3/+3
2011-05-10net: fix two lockdep splatsEric Dumazet1-2/+2
2011-05-10ipv4: xfrm: Eliminate ->rt_src reference in policy code.David S. Miller1-13/+21
2011-05-10sctp: Remove rt->rt_src usage in sctp_v4_get_saddr()David S. Miller1-1/+1
2011-05-10ipv4: udp: Eliminate remaining uses of rt->rt_srcDavid S. Miller1-7/+6
2011-05-10ipv4: icmp: Eliminate remaining uses of rt->rt_srcDavid S. Miller1-3/+3
2011-05-10ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller2-6/+5
2011-05-10tipc: Revise timings used when sending link request messagesAllan Stephens1-30/+36
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens3-8/+31
2011-05-10tipc: Enhance sending of discovery object link request messagesAllan Stephens1-1/+13