2009-07-14 |
David S. Miller | Revert "NET: Fix locking issues in PPP, 6pack, mkiss... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Tobias Klauser | skbuff.h: Fix comment for NET_IP_ALIGN |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Dongdong Deng | drivers/net: using spin_lock_irqsave() in net_send_packet() |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Jiri Slaby | NET: phy_device, fix lock imbalance |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Andreas Jaggi | gre: fix ToS/DiffServ inherit bug |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Eric Dumazet | igb: gcc-3.4.6 fix |
commit | commitdiff | tree | snapshot |
2009-07-13 |
roel kluin | atlx: duplicate testing of MCAST flag |
commit | commitdiff | tree | snapshot |
2009-07-13 |
Ralf Baechle | NET: Fix locking issues in PPP, 6pack, mkiss and strip... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Ben Hutchings | netdev: restore MTU change operation |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Ben Hutchings | netdev: restore MAC address set and validate operations |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Sascha Hlusiak | sit: fix regression: do not release skb->dst before... |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Eric Dumazet | net: ip_push_pending_frames() fix |
commit | commitdiff | tree | snapshot |
2009-07-12 |
Eric Dumazet | net: sk_prot_alloc() should not blindly overwrite memory |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Roland Dreier | cxgb3: Fix crash caused by stashing wrong netdev_queue |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Yi Zou | ixgbe: Fix coexistence of FCoE and Flow Director in... |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Jiri Olsa | memory barrier: adding smp_mb__after_lock |
commit | commitdiff | tree | snapshot |
2009-07-10 |
Jiri Olsa | net: adding memory barrier to the poll and receive... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Anton Vorontsov | netpoll: Fix carrier detection for drivers that are... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David S. Miller | Merge branch 'master' of git://git.kernel.org/pub/scm... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Jaswinder Singh... | includecheck fix: include/linux, rfkill.h |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Larry Finger | p54: tx refused but queue active |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Jay Sternberg | Atheros Kconfig needs to be dependent on WLAN_80211 |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Johannes Berg | mac80211: fix docbook |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Johannes Berg | mac80211_hwsim: avoid NULL access |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Clyde McPherson | ssb: Add support for 4318E |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Clyde McPherson | b43: Add support for 4318E |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Hin-Tak Leung | zd1211rw: adding SONY IFU-WLM2 (054c:0257) as a zd1211b... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Pascal Terjan | zd1211rw: 07b8:6001 is a ZD1211B |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Florian Fainelli | r6040: bump driver version to 0.24 and date to 08 July... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Florian Fainelli | r6040: restore MIER register correctly when IRQ line... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Jarek Poplawski | ipv4: Fix fib_trie rebalancing, part 4 (root thresholds) |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Pablo Bitton | davinci_emac: fix kernel oops when changing MAC address... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Alexander Duyck | igb: set lan id prior to configuring phy |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Luciano Coelho | mac80211: minstrel: avoid accessing negative indices... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Johannes Berg | cfg80211: fix refcount leak |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Johannes Berg | hp-wmi: fix rfkill bug |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Andrey Yurovsky | mac80211: fix allocation in mesh_queue_preq |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Samuel Ortiz | iwmc3200wifi: add Kconfig help |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Vasanthakumar... | ath9k: Fix leak in tx descriptor |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Larry Finger | b43/b43legacy: fix radio LED initialization |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Jiri Slaby | Wireless: nl80211, fix lock imbalance |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Greg Ungerer | fec: fix definition of 5272 version of FEC_X_DES_ACTIVE... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Greg Ungerer | fec: remove extra ";" from definition names |
commit | commitdiff | tree | snapshot |
2009-07-06 |
David S. Miller | Revert "p54: Use SKB list handling helpers instead... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Wei Yongjun | sctp: fix warning at inet_sock_destruct() while release... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Mariusz Kozlowski | tun/tap: Fix crashes if open() /dev/net/tun and then... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Stephane Contri | dsa: fix 88e6xxx statistics counter snapshotting |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Eric Dumazet | forcedeth: Fix NAPI race. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Julia Lawall | drivers/net/smsc911x.c: Fix resource size off by 1... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Ken Kawasaki | pcnet_cs: add new id |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Eilon Greenstein | bnx2x: Fix the maximal values of coalescing timeouts. |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Eilon Greenstein | bnx2x: Disable HC coalescing when setting timeout to... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Herbert Xu | tun: Fix device unregister race |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Sathya Perla | be2net: fix spurious interrupt handling in intx mode |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Bruce Allan | e1000e: disable K1 at 1000Mbps for 82577/82578 |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Bruce Allan | e1000e: delay second read of PHY_STATUS register on... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Bruce Allan | e1000e: prevent NVM corruption on sectors larger than 4K |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Bruce Allan | e1000e: do not write SmartSpeed register bits on parts... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Bruce Allan | e1000e: delay after LCD reset and proper checks for... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Bruce Allan | e1000e: PHY loopback broken on 82578 |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Mallikarjuna... | ixgbe: Not allow 8259x unsupported wol options change... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Don Skidmore | ixgbe: fix inconsistent SFP/SFP+ failure results. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Don Skidmore | ixgbe: fix regression on some 82598 adapters |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Don Skidmore | ixgbe: fix issues with failing to detect insert of... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Fix sizeof usage. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Add/use function for link up/down. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Fix MAC address bonding issue. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Fix tx byte counter. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Fix redundant call to free resources. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Fix carrier on condition. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Clear frame to queue routing before reset. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Ron Mercer | qlge: Expand coverage of hw lock for config register. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Brian Haley | IPv6: preferred lifetime of address not getting updated |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Wei Yongjun | xfrm6: fix the proto and ports decode of sctp protocol |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Wei Yongjun | xfrm4: fix the ports decode of sctp protocol |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Abhishek Kulkarni | net/9p: Fix crash due to bad mount parameters. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Alexander Duyck | if_ether: add define for 1588 aka Timesync |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Wade Farnsworth | phylib: fixes for PHY_RESUMING state changes |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Dhananjay Phadke | netxen: avoid frequent firmware reset |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Dhananjay Phadke | netxen: fix the version code macro |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Tilman Schmidt | gigaset: drop pointless check |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Tilman Schmidt | gigaset: accept connection establishment messages in... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Eric W. Biederman | Revert "ipv4: arp announce, arp_proxy and windows ip... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Alexander Duyck | igb: return PCI_ERS_RESULT_DISCONNECT on permanent... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Mike Mason | e1000e: io_error_detected callback should return PCI_ER... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Andre Detsch | e1000: return PCI_ERS_RESULT_DISCONNECT on permanent... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Jesse Brandeburg | e1000: fix unmap bug |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Jesse Brandeburg | igb: fix unmap length bug |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Jesse Brandeburg | ixgbe: fix unmap length bug |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Mallikarjuna... | ixgbe: Fix link capabilities during adapter resets |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Mallikarjuna... | ixgbe: Fix device capabilities of 82599 single speed... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Don Skidmore | ixgbe: Fix SFP log messages |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | usbnet: Remove private stats structure |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | usbnet: Use netdev stats structure |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | smsc95xx: Use netdev stats structure |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | rndis_host: Use netdev stats structure |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | net1080: Use netdev stats structure |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | dm9601: Use netdev stats structure |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Herbert Xu | cdc_eem: Use netdev stats structure |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Jarek Poplawski | ipv4: Fix fib_trie rebalancing, part 3 |
commit | commitdiff | tree | snapshot |
next |