| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | Jeff Garzik | 2006-05-24 | 6 | -60/+146 |
|\ |
|
| * | Merge branch 'from-linus' into upstream | John W. Linville | 2006-05-22 | 18 | -127/+188 |
| |\ |
|
| * \ | Merge branch 'from-linus' into upstream | John W. Linville | 2006-05-17 | 20 | -153/+183 |
| |\ \ |
|
| * | | | [PATCH] softmac: suggest per-frame-type TX rate | Daniel Drake | 2006-05-05 | 4 | -35/+108 |
| * | | | [PATCH] ieee80211_wx.c: remove dead code | Adrian Bunk | 2006-05-05 | 1 | -1/+1 |
| * | | | [PATCH] softmac: deauthentication implies deassociation | Daniel Drake | 2006-05-05 | 4 | -24/+37 |
| * | | | Merge branch 'upstream-fixes' into upstream | John W. Linville | 2006-05-05 | 4 | -4/+41 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'from-linus' into upstream | John W. Linville | 2006-05-05 | 41 | -172/+200 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge branch 'master' into upstream | Jeff Garzik | 2006-05-24 | 3 | -17/+23 |
|\ \ \ \ \ \ |
|
| * | | | | | | [BRIDGE]: need to ref count the LLC sap | Stephen Hemminger | 2006-05-23 | 1 | -1/+2 |
| * | | | | | | [NETFILTER]: SNMP NAT: fix memleak in snmp_object_decode | Chris Wright | 2006-05-23 | 1 | -0/+1 |
| * | | | | | | [NETFILTER]: H.323 helper: fix sequence extension parsing | Patrick McHardy | 2006-05-23 | 1 | -1/+1 |
| * | | | | | | [NETFILTER]: H.323 helper: fix parser error propagation | Patrick McHardy | 2006-05-23 | 1 | -15/+19 |
* | | | | | | | Merge branch 'master' into upstream | Jeff Garzik | 2006-05-23 | 7 | -13/+14 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-05-23 | 6 | -13/+13 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [NETFILTER]: SNMP NAT: fix memory corruption | Patrick McHardy | 2006-05-22 | 1 | -8/+7 |
| | * | | | | | | [IRDA]: fix 16/32 bit confusion | Alexey Dobriyan | 2006-05-22 | 1 | -1/+2 |
| | * | | | | | | [NET]: Fix "ntohl(ntohs" bugs | Alexey Dobriyan | 2006-05-22 | 4 | -4/+4 |
| | | |_|_|_|/
| | |/| | | | |
|
| * | | | | | | [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die | NeilBrown | 2006-05-23 | 1 | -0/+1 |
| |/ / / / / |
|
* | | | | | | Merge branch 'master' into upstream | Jeff Garzik | 2006-05-20 | 64 | -389/+554 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | [SCTP]: Allow linger to abort 1-N style sockets. | Vladislav Yasevich | 2006-05-19 | 1 | -6/+6 |
| * | | | | | [SCTP]: Validate the parameter length in HB-ACK chunk. | Vladislav Yasevich | 2006-05-19 | 1 | -0/+6 |
| * | | | | | [SCTP]: A better solution to fix the race between sctp_peeloff() and | Vladislav Yasevich | 2006-05-19 | 2 | -67/+89 |
| * | | | | | [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. | Sridhar Samudrala | 2006-05-19 | 4 | -33/+63 |
| * | | | | | [NETFILTER]: nfnetlink_log: fix byteorder confusion | Patrick McHardy | 2006-05-19 | 1 | -2/+2 |
| * | | | | | [NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0... | Solar Designer | 2006-05-19 | 2 | -2/+2 |
| * | | | | | [NETFILTER]: GRE conntrack: fix htons/htonl confusion | Alexey Dobriyan | 2006-05-19 | 1 | -6/+6 |
| * | | | | | [NETFILTER]: fix format specifier for netfilter log targets | Philip Craig | 2006-05-19 | 3 | -3/+3 |
| * | | | | | [NETFILTER]: Fix memory leak in ipt_recent | Jesper Juhl | 2006-05-19 | 1 | -1/+1 |
| * | | | | | [TCP]: reno sacked_out count fix | Angelo P. Castellani | 2006-05-16 | 1 | -0/+2 |
| * | | | | | [IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match(). | Alexey Dobriyan | 2006-05-16 | 1 | -1/+1 |
| * | | | | | [TR]: Remove an unused export. | Adrian Bunk | 2006-05-16 | 1 | -1/+0 |
| * | | | | | [IPX]: Correct return type of ipx_map_frame_type(). | Alexey Dobriyan | 2006-05-16 | 1 | -2/+2 |
| * | | | | | [IPX]: Correct argument type of ipxrtr_delete(). | Alexey Dobriyan | 2006-05-16 | 1 | -1/+1 |
| * | | | | | [PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog(). | Stephen Hemminger | 2006-05-16 | 1 | -2/+4 |
| | |_|_|/
| |/| | | |
|
| * | | | | [NEIGH]: Fix IP-over-ATM and ARP interaction. | Simon Kelley | 2006-05-12 | 2 | -3/+20 |
| * | | | | [NET_SCHED]: HFSC: fix thinko in hfsc_adjust_levels() | Patrick McHardy | 2006-05-11 | 1 | -3/+3 |
| * | | | | [IPV6]: skb leakage in inet6_csk_xmit | Alexey Kuznetsov | 2006-05-10 | 1 | -0/+2 |
| * | | | | [BRIDGE]: Do sysfs registration inside rtnl. | Stephen Hemminger | 2006-05-10 | 1 | -14/+7 |
| * | | | | [NET]: Do sysfs registration as part of register_netdevice. | Stephen Hemminger | 2006-05-10 | 1 | -36/+27 |
| * | | | | [NET] linkwatch: Handle jiffies wrap-around | Herbert Xu | 2006-05-09 | 1 | -5/+5 |
| * | | | | [IRDA]: Removing unused EXPORT_SYMBOLs | Adrian Bunk | 2006-05-09 | 1 | -3/+0 |
| * | | | | [NET]: Make netdev_chain a raw notifier. | Alan Stern | 2006-05-09 | 1 | -18/+18 |
| * | | | | [IPV4]: ip_options_fragment() has no effect on fragmentation | Wei Yongjun | 2006-05-09 | 1 | -1/+1 |
| * | | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Stephen Hemminger | 2006-05-08 | 4 | -4/+41 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | [PATCH] softmac: make non-operational after being stopped | Daniel Drake | 2006-05-05 | 4 | -2/+38 |
| | * | | | [PATCH] softmac: don't reassociate if user asked for deauthentication | Daniel Drake | 2006-05-05 | 1 | -2/+3 |
| | | |/
| | |/| |
|
| * | | | [IPV4]: Remove likely in ip_rcv_finish() | Hua Zhong | 2006-05-06 | 1 | -1/+1 |
| * | | | [NET]: Create netdev attribute_groups with class_device_add | Stephen Hemminger | 2006-05-06 | 2 | -38/+13 |
| * | | | [TCP]: Fix snd_cwnd adjustments in tcp_highspeed.c | John Heffner | 2006-05-05 | 1 | -1/+1 |