aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 11-19/+28
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedGravatar Neil Horman 4-2/+4
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsGravatar Neil Horman 2-3/+6
2011-07-27net: sock_sendmsg_nosec() is staticGravatar Eric Dumazet 1-1/+1
2011-07-27Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 1-3/+4
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 13-138/+275
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 26-26/+26
2011-07-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-3/+4
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Gravatar Linus Torvalds 2-7/+11
2011-07-26wireless: fix a typo in ignore_reg_updateGravatar Mihai Moldovan 1-1/+1
2011-07-26cfg80211: really ignore the regulatory requestGravatar Sven Neumann 1-2/+3
2011-07-26libceph: don't time out osd requests that haven't been receivedGravatar Sage Weil 2-7/+11
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listGravatar Eric Dumazet 1-1/+1
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-87/+44
2011-07-25Merge 'akpm' patch seriesGravatar Linus Torvalds 1-0/+1
2011-07-25notifiers: cpu: move cpu notifiers into cpu.hGravatar Amerigo Wang 1-0/+1
2011-07-25net: Convert struct net_device uc_promisc to boolGravatar Joe Perches 1-2/+2
2011-07-25net: fix eth.c kernel-doc warningGravatar Randy Dunlap 1-0/+1
2011-07-25IPv4: Send gratuitous ARP for secondary IP addresses alsoGravatar Zoltan Kiss 1-8/+8
2011-07-25ipv6: Do not leave router anycast address for /127 prefixes.Gravatar YOSHIFUJI Hideaki 1-0/+2
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 5-19/+12
2011-07-25RDMA: Increasing RPCRDMA_MAX_DATA_SEGSGravatar Steve Dickson 1-1/+1
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Gravatar Stephen Rothwell 337-7024/+14814
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 29-106/+387
2011-07-24[S390] iucv cr0 enablement bitGravatar Martin Schwidefsky 1-2/+5
2011-07-23gre: fix improper error handlingGravatar xeb@mail.ru 1-15/+6
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsGravatar Julian Anastasov 2-2/+2
2011-07-23net/9p: Fix the msize calculation.Gravatar Venkateswararao Jujjuri (JV) 1-2/+2
2011-07-23fs/9p: add 9P2000.L unlinkat operationGravatar Aneesh Kumar K.V 1-0/+23
2011-07-23fs/9p: add 9P2000.L renameat operationGravatar Aneesh Kumar K.V 1-1/+32
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpGravatar Prem Karat 2-16/+35
2011-07-23fs/9p: Fid is not valid after a failed clunk.Gravatar Aneesh Kumar K.V 1-2/+4
2011-07-23VirtIO can transfer VIRTQUEUE_NUM of pages.Gravatar jvrao 1-1/+1
2011-07-23Fix the size of receive buffer packing onto VirtIO ring.Gravatar jvrao 1-1/+1
2011-07-239p: clean up packet dump codeGravatar Eric Van Hensbergen 2-46/+37
2011-07-23net/9p: fix client code to fail more gracefully on protocol errorGravatar Eric Van Hensbergen 1-1/+2
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-27/+22
2011-07-22Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 17-68/+340
2011-07-22net: allow netif_carrier to be called safely from IRQGravatar stephen hemminger 1-1/+1
2011-07-22bridge: minor cleanupsGravatar stephen hemminger 3-16/+14
2011-07-22bridge: add notification over netlink when STP changes stateGravatar stephen hemminger 4-1/+9
2011-07-22bridge: notifier called with the wrong deviceGravatar stephen hemminger 1-1/+1
2011-07-22bridge: ignore bogus STP config packetsGravatar stephen hemminger 1-0/+11
2011-07-22bridge: send proper message_age in config BPDUGravatar stephen hemminger 2-2/+3
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-7/+1
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 17-68/+340
2011-07-22icmp: Fix regression in nexthop resolution during replies.Gravatar David S. Miller 1-6/+8
2011-07-21ipv4: Constrain UFO fragment sizes to multiples of 8 bytesGravatar Bill Sommerfeld 1-3/+3
2011-07-21ipv6: make fragment identifications less predictableGravatar Eric Dumazet 3-8/+37