summaryrefslogtreecommitdiffstats
path: root/block (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-21mac80211: fix injection in monitor modePavel Roskin1-1/+1
2009-07-21rfkill: allow toggling soft state in sysfs againJohannes Berg1-8/+19
2009-07-21mac80211: disable meshJohannes Berg2-0/+4
2009-07-21iwlwifi: only update byte count table during aggregationReinette Chatre1-1/+2
2009-07-21iwlwifi: only show active power level via sysfsReinette Chatre2-6/+2
2009-07-21iwmc3200wifi: fix NULL pointer dereference in iwm_if_freeZhu Yi1-1/+1
2009-07-20can: switch carrier on if device was stopped while in bus-off stateWolfgang Grandegger1-0/+4
2009-07-20can: restart device even if dev_alloc_skb() failsWolfgang Grandegger1-2/+2
2009-07-20can: sja1000: remove duplicated includesWolfgang Grandegger1-1/+0
2009-07-20New device ID for sc92031 [1088:2031]Cesar Eduardo Barros1-0/+1
2009-07-203c589_cs: re-initialize the multicast in the tc589_resetKen Kawasaki1-7/+14
2009-07-20Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont1-1/+1
2009-07-20netxen: fix thermal check and shutdownDhananjay Phadke1-6/+8
2009-07-20netxen: fix deadlock on dev closeDhananjay Phadke4-13/+23
2009-07-20netxen: fix context deletion sequenceDhananjay Phadke3-7/+9
2009-07-20net: Micrel KS8851 SPI network driverBen Dooks4-0/+1625
2009-07-20tcp: Use correct peer adr when copying MD5 keysJohn Dykstra2-2/+2
2009-07-20tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra4-1/+8
2009-07-20Add mac driver for w90p910Wan ZongShun3-0/+1114
2009-07-17Update Andreas Koensgen's email addressRalf Baechle4-4/+4
2009-07-17MAINTAINERS entry for STRIP driverRalf Baechle1-1/+0
2009-07-17cdc-eem: bad crc checkingVincent CUISSARD1-1/+1
2009-07-17ixgbe: Remove DPRINTK messages in DCB modeLucy Liu1-4/+0
2009-07-17ixgbe: clear mac address data block in DCB modeLucy Liu1-0/+2
2009-07-17sky2: revert shutdown changesStephen Hemminger1-8/+1
2009-07-17net: sock_copy() fixesEric Dumazet2-15/+37
2009-07-17E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa1-0/+3
2009-07-17bonding: clean muticast addresses when device changes typeMoni Shoua1-2/+10
2009-07-17atl1c: misplaced parenthesisroel kluin1-1/+1
2009-07-17atl1c: add missing parenthesesroel kluin1-4/+4
2009-07-16netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2-4/+24
2009-07-16netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy1-2/+3
2009-07-15net/can: add module alias to can protocol driversLothar Waßmann2-0/+2
2009-07-15net/can bugfix: use after free bug in can protocol driversLothar Waßmann2-0/+6
2009-07-14Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller5-68/+44
2009-07-14skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser1-2/+2
2009-07-14drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2-5/+7
2009-07-14NET: phy_device, fix lock imbalanceJiri Slaby1-1/+3
2009-07-14gre: fix ToS/DiffServ inherit bugAndreas Jaggi1-2/+2
2009-07-13igb: gcc-3.4.6 fixEric Dumazet1-40/+37
2009-07-13atlx: duplicate testing of MCAST flagroel kluin1-1/+1
2009-07-13NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle5-44/+68
2009-07-12netdev: restore MTU change operationBen Hutchings11-0/+11
2009-07-12netdev: restore MAC address set and validate operationsBen Hutchings10-2/+16
2009-07-12sit: fix regression: do not release skb->dst before xmitSascha Hlusiak1-0/+1
2009-07-12net: ip_push_pending_frames() fixEric Dumazet2-2/+0
2009-07-12net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet1-2/+17
2009-07-10cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier1-2/+1
2009-07-10ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2-8/+17
2009-07-10memory barrier: adding smp_mb__after_lockJiri Olsa3-1/+13