2007-04-26 |
John W. Linville | [WIRELESS] drivers/net/wireless/Kconfig: correct minor... |
tree | commitdiff |
2007-04-26 |
Johannes Berg | [WIRELESS]: Refactor wireless Kconfig. |
tree | commitdiff |
2007-04-26 |
Samuel Ortiz | [IrDA]: Adding carriage returns to mcs7780 debug statements |
tree | commitdiff |
2007-04-26 |
Michal Ostrowski | [PPPOE]: Fix device tear-down notification. |
tree | commitdiff |
2007-04-26 |
Florian Zumbiehl | [PPPOE]: memory leak when socket is release()d before... |
tree | commitdiff |
2007-04-26 |
Florian Zumbiehl | [PPPOE]: race between interface going down and connect() |
tree | commitdiff |
2007-04-26 |
Florian Zumbiehl | [PPPoE]: miscellaneous smaller cleanups |
tree | commitdiff |
2007-04-26 |
Patrick McHardy | [NETLINK]: Switch cb_lock spinlock to mutex and allow... |
tree | commitdiff |
2007-04-26 |
Eric Dumazet | [NET]: loopback driver can use loopback_dev integrated... |
tree | commitdiff |
2007-04-26 |
Herbert Xu | [NETDRV]: Perform missing csum_offset conversions |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} |
tree | commitdiff |
2007-04-26 |
David S. Miller | [NET]: Fix warnings in 3c523.c and ni52.c |
tree | commitdiff |
2007-04-26 |
Rusty Russell | [NET]: Inline net_device_stats |
tree | commitdiff |
2007-04-26 |
Eric Dumazet | [NET]: random functions can use nsec resolution instead... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [BLUETOOTH]: Introduce skb->data accessor methods for... |
tree | commitdiff |
2007-04-26 |
David S. Miller | [WAN] cosa.c: Build fix. |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [FORCEDETH]: Use skb_tailroom where appropriate |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [LMC]: lmc_main wants to use skb_tailroom |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [ATM] idt77252: Fix double kfree_skb on failure in... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [NETLINK]: Introduce nlmsg_hdr() helper |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Convert skb->end to sk_buff_data_t |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Convert skb->tail to sk_buff_data_t |
tree | commitdiff |
2007-04-26 |
Peter Kovar | [IrDA]: SMC SuperIO Chip LPC47N227 not identified properly |
tree | commitdiff |
2007-04-26 |
Samuel Ortiz | [IrDA]: removing stir4200 useless include |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: unions of just one member don't get anything... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_network_header_len |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_transport_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [TCP]: Introduce tcp_hdrlen() and tcp_optlen() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_transport_offset() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_reset_transport_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [IP]: Introduce ip_hdrlen() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_network_header() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_network_offset() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF] bonding: Set skb->nh.raw relative to skb... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_reset_network_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [BONDING]: Introduce arp_pkt() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [PPPOE]: Introduce pppoe_hdr() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_mac_header() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_set_mac_header() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [SK_BUFF]: Introduce skb_reset_mac_header(skb) |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [ETH]: Make eth_type_trans set skb->dev like the other... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [AOE]: Introduce aoe_hdr() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [QETH]: Use eth_hdr() |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb... |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [TR]: Make tr_type_trans set skb->dev |
tree | commitdiff |
2007-04-26 |
Arnaldo Carvalho... | [TR]: Use tr_hdr() were appropriate |
tree | commitdiff |
2007-04-26 |
Adrian Bunk | [TCP/DCCP/RANDOM]: Remove unused exports. |
tree | commitdiff |
2007-04-26 |
YOSHIFUJI Hideaki | [ATM] ENI: Convert to struct timeval to ktime_t. |
tree | commitdiff |
2007-04-25 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/sparc-2.6 |
tree | commitdiff |
2007-04-25 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/net-2.6 |
tree | commitdiff |
2007-04-25 |
Andrew Morton | packet: fix error handling |
tree | commitdiff |
2007-04-25 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/net-2.6 |
tree | commitdiff |
2007-04-24 |
Michael Chan | [BNX2]: Fix occasional NETDEV WATCHDOG on 5709. |
tree | commitdiff |
2007-04-24 |
Linus Torvalds | Merge branch 'upstream-linus' of /linux/kernel/git... |
tree | commitdiff |
2007-04-24 |
Andrew Morton | drivers/net/hamradio/baycom_ser_fdx build fix |
tree | commitdiff |
2007-04-24 |
Dan Williams | usb-net/pegasus: fix pegasus carrier detection |
tree | commitdiff |
2007-04-24 |
Neil Horman | sis900: Allocate rx replacement buffer before rx operation |
tree | commitdiff |
2007-04-24 |
Andrea Righi | [netdrvr] depca: handle platform_device_add() failure |
tree | commitdiff |
2007-04-24 |
Linus Torvalds | Merge branch 'for-linus' of git://one.firstfloor.org... |
tree | commitdiff |
2007-04-24 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/bart/ide-2.6 |
tree | commitdiff |
2007-04-24 |
Jiri Kosina | 8250: fix possible deadlock between serial8250_handle_p... |
tree | commitdiff |
2007-04-24 |
Jiri Slaby | Char: icom, mark __init as __devinit |
tree | commitdiff |
2007-04-24 |
Jean Delvare | hwmon/w83627ehf: Don't redefine REGION_OFFSET |
tree | commitdiff |
2007-04-24 |
Olaf Hering | do not truncate irq number for icom adapter |
tree | commitdiff |
2007-04-24 |
Andrew Morton | acpi-thermal: fix mod_timer() interval |
tree | commitdiff |
2007-04-24 |
Miguel Ojeda | Fix spelling in drivers/video/Kconfig |
tree | commitdiff |
2007-04-24 |
Alexey Dobriyan | paride drivers: initialize spinlocks |
tree | commitdiff |
2007-04-24 |
Jiri Slaby | Char: mxser, fix TIOCMIWAIT |
tree | commitdiff |
2007-04-24 |
Jiri Slaby | Char: mxser_new, fix TIOCMIWAIT |
tree | commitdiff |
2007-04-24 |
Jan Yenya Kasprzak | Char: mxser_new, fix recursive locking |
tree | commitdiff |
2007-04-24 |
Taku Izumi | Fix possible NULL pointer access in 8250 serial driver |
tree | commitdiff |
2007-04-24 |
David S. Miller | [PARPORT] SUNBPP: Fix OOPS when debugging is enabled. |
tree | commitdiff |
2007-04-24 |
Alan Cox | [SPARC] openprom: Switch to ref counting PCI API |
tree | commitdiff |
2007-04-23 |
Bartlomiej Zolnier... | Revert "adjust legacy IDE resource setting (v2)" |
tree | commitdiff |
2007-04-23 |
S.Çağlar Onur | Add missing USRobotics Wireless Adapter (Model 5423... |
tree | commitdiff |
2007-04-23 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/sparc-2.6 |
tree | commitdiff |
2007-04-23 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/davem/net-2.6 |
tree | commitdiff |
2007-04-21 |
Marcel van Nies | [SUNHME]: Fix module unload. |
tree | commitdiff |
2007-04-21 |
Marcel van Nies | [SUNLANCE]: Fix module unload. |
tree | commitdiff |
2007-04-21 |
Marcel van Nies | [SUNQE]: Fix MAC address assignment. |
tree | commitdiff |
2007-04-21 |
vignesh babu | [SBUS] vfc_dev.c: kzalloc |
tree | commitdiff |
2007-04-21 |
Linus Torvalds | Merge /pub/scm/linux/kernel/git/bart/ide-2.6 |
tree | commitdiff |
2007-04-20 |
Bartlomiej Zolnier... | ide/Kconfig: add missing range check for IDE_MAX_HWIFS |
tree | commitdiff |
2007-04-20 |
Sergei Shtylyov | hpt366: fix kernel oops with HPT302N |
tree | commitdiff |
2007-04-20 |
Mark Lord | ide/pci/delkin_cb.c: add new PCI ID |
tree | commitdiff |
2007-04-20 |
Linus Torvalds | Revert "e1000: fix NAPI performance on 4-port adapters" |
tree | commitdiff |
2007-04-20 |
Linus Torvalds | Merge branch 'upstream-linus' of /linux/kernel/git... |
tree | commitdiff |
2007-04-19 |
Alan Cox | pata_sis: Fix oops on boot |
tree | commitdiff |
2007-04-19 |
Paul Mackerras | [PPP]: Fix skbuff.c:BUG due incorrect logic in process_... |
tree | commitdiff |
2007-04-19 |
Stephen Hemminger | sky2: version 1.14 |
tree | commitdiff |
2007-04-19 |
Stephen Hemminger | sky2: no jumbo on Yukon FE |
tree | commitdiff |
2007-04-19 |
Stephen Hemminger | sky2: EC-U performance and jumbo support |
tree | commitdiff |
2007-04-19 |
Stephen Hemminger | sky2: disable ASF on all chip types |
tree | commitdiff |
next |