summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-20ip: convert to net_device_ops for ioctlStephen Hemminger2-12/+26
2008-11-20macvlan: convert to net_device_opsStephen Hemminger1-7/+12
2008-11-20veth: convert to net_device_opsStephen Hemminger1-4/+8
2008-11-20bridge: convert to net_device_opsStephen Hemminger1-7/+11
2008-11-20ifb: convert to net_device_opsStephen Hemminger1-3/+8
2008-11-20netdev: convert loopback to net_device_opsStephen Hemminger1-4/+8
2008-11-20netdev: expose ethernet address primitivesStephen Hemminger3-7/+14
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger8-18/+33
2008-11-20netdev: network device operations infrastructureStephen Hemminger6-105/+259
2008-11-20net: af_unix should use KERN_INFO instead of KERN_DEBUGEric Dumazet1-1/+1
2008-11-20drivers/s390/ - csum_partial - remove unnecessary castsJoe Perches1-4/+4
2008-11-20include/net net/ - csum_partial - remove unnecessary castsJoe Perches10-19/+19
2008-11-20net: inet_diag_handler structs can be constEric Dumazet2-2/+2
2008-11-20net: make /proc/net/protocols namespace awareEric Dumazet1-5/+24
2008-11-19net: af_packet should update its inuse counterEric Dumazet1-0/+2
2008-11-18suspend: use WARN not WARN_ON to print the messageArjan van de Ven1-1/+1
2008-11-18block: hold extra reference to bio in blk_rq_map_user_iov()Jens Axboe1-0/+6
2008-11-18relay: fix cpu offline problemLai Jiangshan1-5/+4
2008-11-18Release old elevator on change elevatorZhaolei1-1/+7
2008-11-18block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nashZhang, Yanmin1-0/+2
2008-11-18block/md: fix md autodetectionTejun Heo1-1/+1
2008-11-18block: make add_partition() return pointer to hd_structTejun Heo3-17/+19
2008-11-18block: fix add_partition() error pathTejun Heo1-1/+3
2008-11-18ALSA: hda - Fix resume of GPIO unsol event for STAC/IDTTakashi Iwai1-2/+2
2008-11-18ALSA: hda - Add quirks for HP Pavilion DV modelsTakashi Iwai1-0/+4
2008-11-18Blackfin arch: fix a broken define in dma-mappingMike Frysinger1-1/+5
2008-11-18Blackfin arch: fix bug - Turn on DEBUG_DOUBLEFAULT, booting SMP kernel crashGraf Yang1-1/+1
2008-11-18ALSA: hda - Fix GPIO initialization in patch_stac92hd71bxx()Takashi Iwai1-7/+7
2008-11-18kernel/profile.c: fix section mismatch warningRakib Mullick1-1/+1
2008-11-18cpuset: fix regression when failed to generate sched domainsLi Zefan2-10/+15
2008-11-18prevent cifs_writepages() from skipping unwritten pagesDave Kleikamp1-1/+4
2008-11-18Fixed parsing of mount options when doing DFS submountIgor Mammedov2-27/+83
2008-11-17Remove -mno-spe flags as they dont belongKumar Gala1-3/+1
2008-11-17[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...Steve French1-3/+4
2008-11-17sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov2-6/+16
2008-11-17net: sctp should update its inuse counterEric Dumazet1-0/+2
2008-11-17net: af_unix should update its inuse counterEric Dumazet1-0/+4
2008-11-17swiotlb: use coherent_dma_mask in alloc_coherentFUJITA Tomonori1-3/+7
2008-11-17net: af_unix can make unix_nr_socks visbile in /procEric Dumazet1-3/+4
2008-11-17rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg1-1/+3
2008-11-17netdevice chelsio: Convert directly reference of netdev->privWang Chen2-31/+31
2008-11-17isdn: remove extra byteswap in isdn_net_ciscohdlck_slarp_send_replyHarvey Harrison1-2/+4
2008-11-17ematch: simpler tcf_em_unregister()Alexey Dobriyan2-16/+4
2008-11-17net: Cleanup of af_unixEric Dumazet1-62/+55
2008-11-17dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-11-17dccp: Deprecate Ack Ratio sysctlGerrit Renker6-15/+0
2008-11-17dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker2-15/+42
2008-11-17dccp: Deprecate old setsockopt frameworkGerrit Renker4-105/+32
2008-11-17dccp: Mechanism to resolve CCID dependenciesGerrit Renker3-4/+47
2008-11-17virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin2-20/+162