Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags. | YOSHIFUJI Hideaki | 2008-06-27 | 1 | -3/+3 | |
| * | | | | | | | | | | netlabel: Fix a problem when dumping the default IPv6 static labels | Paul Moore | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | net/inet_lro: remove setting skb->ip_summed when not LRO-able | Eli Cohen | 2008-06-27 | 2 | -3/+6 | |
| * | | | | | | | | | | inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild | Pavel Emelyanov | 2008-06-27 | 4 | -6/+17 | |
| * | | | | | | | | | | CONNECTOR: add a proc entry to list connectors | Li Zefan | 2008-06-27 | 1 | -0/+40 | |
| * | | | | | | | | | | netlink: Fix some doc comments in net/netlink/attr.c | Julius Volz | 2008-06-27 | 1 | -3/+4 | |
| * | | | | | | | | | | tcp: /proc/net/tcp rto,ato values not scaled properly (v2) | Stephen Hemminger | 2008-06-27 | 2 | -6/+6 | |
| * | | | | | | | | | | include/linux/netdevice.h: don't export MAX_HEADER to userspace | Adrian Bunk | 2008-06-27 | 1 | -0/+4 | |
| * | | | | | | | | | | pkt_sched: Remove CONFIG_NET_SCH_RR | Adrian Bunk | 2008-06-27 | 1 | -11/+0 | |
| * | | | | | | | | | | pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. | WANG Cong | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | netdevice: Fix typo of dev_unicast_add() comment | Wang Chen | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | af_unix: fix 'poll for write'/connected DGRAM sockets | Rainer Weikusat | 2008-06-27 | 1 | -28/+24 | |
| * | | | | | | | | | | tcp: fix for splice receive when used with software LRO | Octavian Purdila | 2008-06-27 | 1 | -5/+12 | |
| * | | | | | | | | | | tcp: calculate tcp_mem based on low memory instead of all memory | Miquel van Smoorenburg | 2008-06-27 | 1 | -3/+6 | |
| * | | | | | | | | | | hamradio: remove unused variable | Andre Haupt | 2008-06-27 | 1 | -2/+0 | |
| * | | | | | | | | | | mac80211: fix an oops in several failure paths in key allocation | Emmanuel Grumbach | 2008-06-27 | 1 | -0/+9 | |
| * | | | | | | | | | | prism: islpci_eth.c endianness fix | Harvey Harrison | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | rt2x00: Fix lock dependency errror | Ivo van Doorn | 2008-06-27 | 3 | -15/+28 | |
| * | | | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-06-27 | 9 | -70/+115 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | iwlwifi: improve scanning band selection management | Ron Rindjunsky | 2008-06-25 | 2 | -33/+39 | |
| | * | | | | | | | | | | rt2x00: Fix unbalanced mutex locking | Ivo van Doorn | 2008-06-25 | 2 | -30/+42 | |
| | * | | | | | | | | | | b43legacy: Fix possible NULL pointer dereference in DMA code | Michael Buesch | 2008-06-25 | 1 | -1/+1 | |
| | * | | | | | | | | | | b43: Fix possible MMIO access while device is down | Michael Buesch | 2008-06-25 | 1 | -0/+3 | |
| | * | | | | | | | | | | b43legacy: Do not return TX_BUSY from op_tx | Michael Buesch | 2008-06-25 | 1 | -2/+4 | |
| | * | | | | | | | | | | b43: Do not return TX_BUSY from op_tx | Michael Buesch | 2008-06-25 | 1 | -4/+8 | |
| | * | | | | | | | | | | mac80211: implement EU regulatory domain | Tony Vroon | 2008-06-25 | 1 | -0/+18 | |
| * | | | | | | | | | | | Hold RTNL while calling dev_close() | Ben Hutchings | 2008-06-27 | 1 | -0/+3 | |
| * | | | | | | | | | | | qla3xxx: Hold RTNL while calling dev_close() | Ben Hutchings | 2008-06-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | [netdrvr] Fix IOMMU overflow checking in s2io.c | Andi Kleen | 2008-06-27 | 2 | -27/+12 | |
| * | | | | | | | | | | | e1000: only enable TSO6 via ethtool when using correct hardware | Andy Gospodarek | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | e100: Do pci_dma_sync after skb_alloc for proper operation on ixp4xx | Kevin Hao | 2008-06-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | [netdrvr] netxen: fix netxen_pci_tbl[] breakage | Al Viro | 2008-06-27 | 1 | -7/+11 | |
| * | | | | | | | | | | | [netdrvr] 3c59x: remove irqs_disabled warning from local_bh_enable | Ingo Molnar | 2008-06-27 | 1 | -2/+3 | |
| * | | | | | | | | | | | ipg: use NULL, not zero, for pointers | Pekka Enberg | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | ipg: fix jumbo frame compilation | Pekka Enberg | 2008-06-27 | 1 | -7/+7 | |
| * | | | | | | | | | | | drivers/net/r6040.c: Eliminate double sizeof | Julia Lawall | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | pcnet_cs, axnet_cs: clear bogus interrupt before request_irq | Komuro | 2008-06-27 | 2 | -0/+5 | |
| * | | | | | | | | | | | e1000e: fix EEH recovery during reset on PPC | Jeff Kirsher | 2008-06-27 | 1 | -1/+2 | |
| * | | | | | | | | | | | igb: fix EEH recovery during reset on PPC | Jeff Kirsher | 2008-06-27 | 1 | -1/+2 | |
| * | | | | | | | | | | | ixgbe: fix EEH recovery during reset on PPC | Paul Larson | 2008-06-27 | 1 | -1/+2 | |
| * | | | | | | | | | | | tc35815: Fix receiver hangup on Rx FIFO overflow | Atsushi Nemoto | 2008-06-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | tc35815: Mark carrier-off before starting PHY | Atsushi Nemoto | 2008-06-27 | 1 | -0/+2 | |
| * | | | | | | | | | | | s2io: fix documentation about intr_type | Michal Schmidt | 2008-06-27 | 1 | -3/+3 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | netfilter: ip6table_mangle: don't reroute in LOCAL_IN | Patrick McHardy | 2008-06-24 | 1 | -1/+1 | |
* | | | | | | | | | | | DRM/i915: only use tiled blits on 965+ | Jesse Barnes | 2008-07-02 | 1 | -2/+2 | |
* | | | | | | | | | | | drivers/input/ff-core.c needs <linux/sched.h> | Geert Uytterhoeven | 2008-07-02 | 1 | -0/+1 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2008-06-30 | 2 | -7/+12 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Input: fix locking in force-feedback core | Dmitry Torokhov | 2008-06-30 | 1 | -6/+11 | |
| * | | | | | | | | | | Input: add KEY_MEDIA_REPEAT definition | Bastien Nocera | 2008-06-30 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2008-06-30 | 1 | -9/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | |