| Commit message (Expand) | Author | Age | Files | Lines |
* | [NETROM]: Drop lock before calling nr_destroy_socket | Ralf Baechle | 2006-07-12 | 1 | -1/+1 |
* | [NETROM]: Fix locking order when establishing a NETROM circuit. | Ralf Baechle | 2006-07-12 | 1 | -6/+6 |
* | [AX.25]: Fix locking of ax25 protocol function list. | Ralf Baechle | 2006-07-12 | 1 | -9/+9 |
* | [IPV6]: order addresses by scope | Brian Haley | 2006-07-12 | 1 | -3/+21 |
* | [DCCP]: Fix sparse warnings. | Alan Cox | 2006-07-10 | 1 | -2/+2 |
* | [TCP]: Remove TCP Compound | David S. Miller | 2006-07-10 | 3 | -459/+0 |
* | [IPV4] inetpeer: Get rid of volatile from peer_total | Herbert Xu | 2006-07-10 | 1 | -1/+1 |
* | [AX.25]: Get rid of the last volatile. | Ralf Baechle | 2006-07-10 | 1 | -1/+1 |
* | [AX.25]: Use kzalloc | Ralf Baechle | 2006-07-09 | 4 | -10/+4 |
* | [ATM] net/atm/clip.c: fix PROC_FS=n compile | Adrian Bunk | 2006-07-09 | 1 | -4/+9 |
* | [PKT_SCHED]: act_api: Fix module leak while flushing actions | Thomas Graf | 2006-07-09 | 1 | -1/+1 |
* | [NET]: Fix IPv4/DECnet routing rule dumping | Patrick McHardy | 2006-07-08 | 2 | -3/+4 |
* | [NET] gso: Fix up GSO packets with broken checksums | Herbert Xu | 2006-07-08 | 5 | -32/+166 |
* | [NET] gso: Add skb_is_gso | Herbert Xu | 2006-07-08 | 6 | -8/+8 |
* | [ATM]: fix possible recursive locking in skb_migrate() | Arjan van de Ven | 2006-07-08 | 1 | -6/+11 |
* | [NET]: Fix network device interface printk message priority | Stephen Hemminger | 2006-07-07 | 1 | -3/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-07-05 | 1 | -8/+10 |
|\ |
|
| * | [PKT_SCHED]: Fix error handling while dumping actions | Thomas Graf | 2006-07-05 | 1 | -2/+4 |
| * | [PKT_SCHED]: Return ENOENT if action module is unavailable | Thomas Graf | 2006-07-05 | 1 | -0/+1 |
| * | [PKT_SCHED]: Fix illegal memory dereferences when dumping actions | Thomas Graf | 2006-07-05 | 1 | -6/+5 |
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 2006-07-05 | 1 | -2/+1 |
|\ \ |
|
| * | | This fixes a panic doing the first READDIR or READDIRPLUS call when: | Trond Myklebust | 2006-07-05 | 1 | -2/+1 |
| |/ |
|
* | | [PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549 | John W. Linville | 2006-07-05 | 1 | -2/+2 |
* | | [PATCH] CONFIG_WIRELESS_EXT is neccessary after all | Horms | 2006-07-05 | 1 | -0/+2 |
* | | [PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t... | Joseph Jezak | 2006-07-05 | 1 | -2/+4 |
* | | [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network | Joseph Jezak | 2006-07-05 | 3 | -9/+56 |
* | | [PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211... | Larry Finger | 2006-07-05 | 1 | -0/+3 |
* | | [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.c | Eric Sesterhenn | 2006-07-05 | 1 | -1/+1 |
* | | [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ie... | Hong Liu | 2006-07-05 | 1 | -4/+11 |
|/ |
|
* | [Bluetooth] Add RFCOMM role switch support | Marcel Holtmann | 2006-07-03 | 1 | -0/+5 |
* | [Bluetooth] Allow disabling of credit based flow control | Marcel Holtmann | 2006-07-03 | 1 | -5/+13 |
* | [Bluetooth] Small cleanup of the L2CAP source code | Marcel Holtmann | 2006-07-03 | 1 | -180/+177 |
* | [Bluetooth] Use real devices for host controllers | Marcel Holtmann | 2006-07-03 | 6 | -97/+75 |
* | [Bluetooth] Add platform device for virtual and serial devices | Marcel Holtmann | 2006-07-03 | 2 | -8/+51 |
* | [Bluetooth] Add automatic sniff mode support | Marcel Holtmann | 2006-07-03 | 5 | -48/+368 |
* | [Bluetooth] Correct SCO buffer size on request | Marcel Holtmann | 2006-07-03 | 1 | -3/+11 |
* | [BRIDGE]: br_dump_ifinfo index fix | Andrey Savochkin | 2006-07-03 | 1 | -1/+2 |
* | [NET]: add+use poison defines | Randy Dunlap | 2006-07-03 | 2 | -2/+4 |
* | [IPV6]: Fix ipv6 GSO payload length | Michael Chan | 2006-07-03 | 1 | -1/+2 |
* | [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED) | Allan Stephens | 2006-07-03 | 2 | -1/+6 |
* | [NET]: Verify gso_type too in gso_segment | Herbert Xu | 2006-07-03 | 3 | -4/+31 |
* | [ROSE]: Try all routes when establishing a ROSE connections. | Ralf Baechle | 2006-07-03 | 1 | -1/+6 |
* | [NETROM]: Use socket helpers instead of direct fiddling with struct sock | Ralf Baechle DL5RB | 2006-07-03 | 1 | -2/+2 |
* | [AX.25]: Reference counting for AX.25 routes. | Ralf Baechle DL5RB | 2006-07-03 | 2 | -49/+23 |
* | [ROSE]: Fix dereference of skb pointer after free. | Ralf Baechle | 2006-07-03 | 1 | -1/+4 |
* | [AF_UNIX]: datagram getpeersec fix | Andrew Morton | 2006-07-03 | 1 | -1/+1 |
* | [PATCH] lockdep: annotate sk_locks | Ingo Molnar | 2006-07-03 | 1 | -9/+88 |
* | [PATCH] lockdep: annotate vlan net device as being a special class | Arjan van de Ven | 2006-07-03 | 1 | -0/+11 |
* | [PATCH] lockdep: annotate sunrpc code | Arjan van de Ven | 2006-07-03 | 1 | -4/+4 |
* | [PATCH] lockdep: annotate bh_lock_sock() | Ingo Molnar | 2006-07-03 | 1 | -1/+1 |