| Commit message (Expand) | Author | Age | Files | Lines |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 21 | -87/+107 |
* | WorkStruct: Pass the work_struct pointer instead of context data | David Howells | 2006-11-22 | 8 | -28/+32 |
* | WorkStruct: Separate delayable and non-delayable events. | David Howells | 2006-11-22 | 4 | -11/+11 |
* | [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop... | YOSHIFUJI Hideaki | 2006-11-21 | 2 | -5/+4 |
* | [IRDA]: Lockdep fix. | Peter Zijlstra | 2006-11-21 | 1 | -1/+2 |
* | [BLUETOOTH]: Fix unaligned access in hci_send_to_sock. | David S. Miller | 2006-11-21 | 1 | -4/+7 |
* | [XFRM]: nlmsg length not computed correctly in the presence of subpolicies | Jamal Hadi Salim | 2006-11-21 | 1 | -1/+9 |
* | [XFRM]: Sub-policies broke policy events | Jamal Hadi Salim | 2006-11-21 | 1 | -0/+3 |
* | [Bluetooth] Ignore L2CAP config requests on disconnect | Marcel Holtmann | 2006-11-21 | 1 | -0/+3 |
* | [Bluetooth] Always include MTU in L2CAP config responses | Marcel Holtmann | 2006-11-21 | 1 | -4/+4 |
* | [Bluetooth] Check if RFCOMM session is still attached to the TTY | Marcel Holtmann | 2006-11-21 | 1 | -1/+1 |
* | [Bluetooth] Handling pending connect attempts after inquiry | Marcel Holtmann | 2006-11-21 | 1 | -0/+19 |
* | [Bluetooth] Attach low-level connections to the Bluetooth bus | Marcel Holtmann | 2006-11-21 | 1 | -1/+3 |
* | [IPV6] IP6TUNNEL: Add missing nf_reset() on input path. | Yasuyuki Kozakai | 2006-11-21 | 1 | -0/+1 |
* | [IPV6] IP6TUNNEL: Delete all tunnel device when unloading module. | Yasuyuki Kozakai | 2006-11-21 | 1 | -1/+17 |
* | [IPV6] ROUTE: Do not enable router reachability probing in router mode. | YOSHIFUJI Hideaki | 2006-11-21 | 1 | -4/+5 |
* | [IPV6] ROUTE: Prefer reachable nexthop only if the caller requests. | YOSHIFUJI Hideaki | 2006-11-21 | 1 | -3/+1 |
* | [IPV6] ROUTE: Try to use router which is not known unreachable. | YOSHIFUJI Hideaki | 2006-11-21 | 1 | -0/+2 |
* | [TCP]: Fix up sysctl_tcp_mem initialization. | John Heffner | 2006-11-15 | 1 | -3/+4 |
* | [NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr() | Patrick McHardy | 2006-11-15 | 1 | -1/+1 |
* | [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue | Patrick McHardy | 2006-11-15 | 3 | -9/+12 |
* | [NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBAL | Patrick McHardy | 2006-11-15 | 1 | -1/+1 |
* | [IPVS]: More endianness fixed. | Julian Anastasov | 2006-11-10 | 3 | -6/+6 |
* | [DECNET]: Endianess fixes (try #2) | Steven Whitehouse | 2006-11-07 | 4 | -19/+20 |
* | [NET]: Set truesize in pskb_copy | Herbert Xu | 2006-11-07 | 1 | -0/+1 |
* | [NETPOLL]: Compute checksum properly in netpoll_send_udp(). | Chris Lalancette | 2006-11-07 | 1 | -0/+6 |
* | [PKT_SCHED] sch_htb: Use hlist_del_init(). | Stephen Hemminger | 2006-11-07 | 1 | -4/+2 |
* | [TCP]: Don't use highmem in tcp hash size calculation. | John Heffner | 2006-11-07 | 1 | -2/+2 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-11-06 | 1 | -6/+6 |
|\ |
|
| * | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jeff Garzik | 2006-11-06 | 1 | -6/+6 |
| |\ |
|
| | * | [PATCH] ieee80211: don't flood log with errors | Jiri Benc | 2006-10-31 | 1 | -6/+6 |
* | | | [PATCH] sunrpc: add missing spin_unlock | Akinobu Mita | 2006-11-06 | 1 | -0/+1 |
|/ / |
|
* | | [NETLABEL]: Fix build failure. | Paul Moore | 2006-11-05 | 2 | -3/+2 |
* | | [IPV6]: Give sit driver an appropriate module alias. | Patrick McHardy | 2006-11-05 | 1 | -0/+1 |
* | | [IPV6]: Add ndisc_netdev_notifier unregister. | Dmitry Mishin | 2006-11-05 | 1 | -0/+1 |
* | | [NET]: __alloc_pages() failures reported due to fragmentation | Larry Woodman | 2006-11-05 | 1 | -1/+1 |
* | | [PKTGEN]: TCI endianness fixes | Al Viro | 2006-11-05 | 1 | -12/+18 |
* | | [NETFILTER] bug: skb->protocol is already net-endian | Al Viro | 2006-11-05 | 2 | -2/+2 |
* | | [NETFILTER] bug: nfulnl_msg_config_mode ->copy_range is 32bit | Al Viro | 2006-11-05 | 1 | -1/+1 |
* | | [NETFILTER] bug: NFULA_CFG_QTHRESH uses 32bit | Al Viro | 2006-11-05 | 1 | -2/+2 |
* | | [IPX]: Annotate and fix IPX checksum | Al Viro | 2006-11-05 | 2 | -14/+21 |
* | | [IPX]: Trivial parts of endianness annotations | Al Viro | 2006-11-05 | 3 | -38/+38 |
* | | [NETFILTER]: silence a warning in ebtables | Meelis Roos | 2006-11-01 | 1 | -1/+1 |
* | | [IPV6]: File the fingerprints off ah6->spi/esp6->spi | Al Viro | 2006-11-01 | 1 | -2/+2 |
* | | [TCP]: Set default congestion control when no sysctl. | Stephen Hemminger | 2006-11-01 | 2 | -7/+8 |
* | | [TIPC] net/tipc/port.c: fix NULL dereference | Adrian Bunk | 2006-11-01 | 1 | -2/+3 |
* | | [PATCH] skge, sky2, et all. gplv2 only | Stephen Hemminger | 2006-10-31 | 1 | -1/+1 |
|/ |
|
* | [IPV6]: fix flowlabel seqfile handling | James Morris | 2006-10-31 | 1 | -12/+6 |
* | [IPV6]: return EINVAL for invalid address with flowlabel lease request | James Morris | 2006-10-30 | 1 | -1/+3 |
* | [SCTP]: Remove temporary associations from backlog and hash. | Vlad Yasevich | 2006-10-30 | 3 | -4/+24 |