aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-106/+387
2011-07-24[S390] iucv cr0 enablement bitMartin Schwidefsky1-2/+5
2011-07-23gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2-2/+2
2011-07-23net/9p: Fix the msize calculation.Venkateswararao Jujjuri (JV)1-2/+2
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+23
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-1/+32
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-16/+35
2011-07-23fs/9p: Fid is not valid after a failed clunk.Aneesh Kumar K.V1-2/+4
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.jvrao1-1/+1
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.jvrao1-1/+1
2011-07-239p: clean up packet dump codeEric Van Hensbergen2-46/+37
2011-07-23net/9p: fix client code to fail more gracefully on protocol errorEric Van Hensbergen1-1/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-27/+22
2011-07-22Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller17-68/+340
2011-07-22net: allow netif_carrier to be called safely from IRQstephen hemminger1-1/+1
2011-07-22bridge: minor cleanupsstephen hemminger3-16/+14
2011-07-22bridge: add notification over netlink when STP changes statestephen hemminger4-1/+9
2011-07-22bridge: notifier called with the wrong devicestephen hemminger1-1/+1
2011-07-22bridge: ignore bogus STP config packetsstephen hemminger1-0/+11
2011-07-22bridge: send proper message_age in config BPDUstephen hemminger2-2/+3
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+1
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville17-68/+340
2011-07-22icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2011-07-21ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld1-3/+3
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet3-8/+37
2011-07-21ipv6: unshare inetpeersEric Dumazet1-13/+20
2011-07-21ethtool: Allow zero-length register dumps againBen Hutchings1-2/+2
2011-07-21skbuff: fix error handling in pskb_copy()Dan Carpenter1-1/+2
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko1-0/+19
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko1-4/+0
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-21lro: do vlan cleanupJiri Pirko1-28/+11
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko1-20/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko1-15/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-23/+28
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller10-76/+215
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik7-20/+56
2011-07-20net,rcu: Convert call_rcu(xt_rateest_free_rcu) to kfree_rcu()Paul E. McKenney1-7/+1
2011-07-20cfg80211: fix scan crash on single-band cardsJohannes Berg3-2/+8
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-07-20cfg80211: enter psm when working as p2p_cliEliad Peller1-1/+2
2011-07-20mac80211: sync driver before TXJohannes Berg5-3/+122
2011-07-20switch vfs_path_lookup() to struct pathAl Viro1-6/+5
2011-07-20new helpers: kern_path_create/user_path_createAl Viro1-21/+17
2011-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-7/+10
2011-07-19mac80211: implement scan supported ratesJohannes Berg5-15/+15
2011-07-19cfg80211: allow userspace to control supported rates in scanJohannes Berg4-19/+73