summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: fix __sk_stream_mem_reclaimIan McDonald2006-07-131-9/+7Star
* [Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann2006-07-131-9/+9
* [Bluetooth] Let BT_HIDP depend on INPUTMarcel Holtmann2006-07-131-2/+1Star
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-137-25/+16Star
* [IPV4]: Fix error handling for fib_insert_node callHerbert Xu2006-07-121-1/+1
* [NETROM] lockdep: fix false positiveRalf Baechle2006-07-121-0/+9
* [ROSE] lockdep: fix false positiveRalf Baechle2006-07-121-0/+9
* [AX.25]: Optimize AX.25 socket list lockRalf Baechle2006-07-123-13/+13
* [IPCOMP]: Fix truesize after decompressionHerbert Xu2006-07-122-2/+4
* [IPV6]: Use ipv6_addr_src_scope for link address sorting.YOSHIFUJI Hideaki2006-07-121-1/+2
* [TCP] tcp_highspeed: Fix AI updates.Xiaoliang (David) Wei2006-07-121-4/+9
* [MAINTAINERS]: Add proper entry for TC classifierStephen Hemminger2006-07-121-2/+0Star
* [NETROM]: Drop lock before calling nr_destroy_socketRalf Baechle2006-07-121-1/+1
* [NETROM]: Fix locking order when establishing a NETROM circuit.Ralf Baechle2006-07-121-6/+6
* [AX.25]: Fix locking of ax25 protocol function list.Ralf Baechle2006-07-121-9/+9
* [IPV6]: order addresses by scopeBrian Haley2006-07-121-3/+21
* [DCCP]: Fix sparse warnings.Alan Cox2006-07-101-2/+2
* [TCP]: Remove TCP CompoundDavid S. Miller2006-07-103-459/+0Star
* [IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu2006-07-101-1/+1
* [AX.25]: Get rid of the last volatile.Ralf Baechle2006-07-101-1/+1
* [AX.25]: Use kzallocRalf Baechle2006-07-094-10/+4Star
* [ATM] net/atm/clip.c: fix PROC_FS=n compileAdrian Bunk2006-07-091-4/+9
* [PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf2006-07-091-1/+1
* [NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2006-07-082-3/+4
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-085-32/+166
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-086-8/+8
* [ATM]: fix possible recursive locking in skb_migrate()Arjan van de Ven2006-07-081-6/+11
* [NET]: Fix network device interface printk message priorityStephen Hemminger2006-07-081-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-07-061-8/+10
|\
| * [PKT_SCHED]: Fix error handling while dumping actionsThomas Graf2006-07-061-2/+4
| * [PKT_SCHED]: Return ENOENT if action module is unavailableThomas Graf2006-07-061-0/+1
| * [PKT_SCHED]: Fix illegal memory dereferences when dumping actionsThomas Graf2006-07-061-6/+5Star
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-07-051-2/+1Star
|\ \
| * | This fixes a panic doing the first READDIR or READDIRPLUS call when:Trond Myklebust2006-07-051-2/+1Star
| |/
* | [PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549John W. Linville2006-07-051-2/+2
* | [PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms2006-07-051-0/+2
* | [PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t...Joseph Jezak2006-07-051-2/+4
* | [PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak2006-07-053-9/+56
* | [PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211...Larry Finger2006-07-051-0/+3
* | [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.cEric Sesterhenn2006-07-051-1/+1
* | [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ie...Hong Liu2006-07-051-4/+11
|/
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-041-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-041-5/+13
* [Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann2006-07-041-180/+177Star
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-046-97/+75Star
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-042-8/+51
* [Bluetooth] Add automatic sniff mode supportMarcel Holtmann2006-07-045-48/+368
* [Bluetooth] Correct SCO buffer size on requestMarcel Holtmann2006-07-041-3/+11
* [BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin2006-07-041-1/+2
* [NET]: add+use poison definesRandy Dunlap2006-07-042-2/+4