summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | nl80211: check nla_nest_start() return valueJohannes Berg2013-11-251-0/+2
| | * | | nl80211: fix error path in nl80211_get_key()Johannes Berg2013-11-251-1/+1
| | * | | nl80211: check nla_put_* return valuesJohannes Berg2013-11-251-22/+30
| | * | | mac80211: fix scheduled scan rtnl deadlockJohannes Berg2013-11-252-1/+2
| | * | | mac80211: DFS setup chandef for radar_event correctlyJanusz Dziedzic2013-11-251-4/+2
| | * | | cfg80211: fix ibss wext chandef creationSimon Wunderlich2013-11-251-9/+9
| | * | | mac80211_hwsim: Fix radiotap header for ACK framesJouni Malinen2013-11-251-3/+11
| | * | | Revert "mac80211: allow disable power save in mesh"Bob Copeland2013-11-251-2/+1
| * | | | mwifiex: fix memory leak issue for ibss joinUjjal Roy2013-11-251-2/+2
| * | | | brcmsmac: Fix build dep on LEDS_CLASSBorislav Petkov2013-11-251-0/+2
| | |/ / | |/| |
* | | | Merge branch 'cxgb4'David S. Miller2013-12-0311-272/+397
|\ \ \ \
| * | | | cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai2013-12-034-190/+289
| * | | | cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai2013-12-036-16/+39
| * | | | cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai2013-12-035-70/+73
|/ / / /
* | | | net/mlx4_core: destroy workqueue when driver fails to registerWei Yang2013-12-031-0/+2
* | | | rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra2013-12-031-3/+2
* | | | xen-netback: clear vif->task on disconnectPaul Durrant2013-12-031-8/+12
* | | | Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller2013-12-021-21/+18
* | | | net: do not pretend FRAGLIST supportEric Dumazet2013-12-024-4/+3
* | | | IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10
* | | | ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail2013-12-021-1/+1
* | | | net: fec_main: dma_map() only the length of the skbSebastian Siewior2013-12-021-5/+4
* | | | drivers: net: cpsw: fix dt probe for one port ethernetMugunthan V N2013-12-021-0/+2
* | | | PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not ...Rafael J. Wysocki2013-12-023-7/+28
* | | | ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong2013-12-021-0/+3
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-12-023-6/+7
|\ \ \ \
| * | | | irqchip: Gic: fix boot for chained gicsMark Rutland2013-11-281-4/+5
| * | | | irq: Enable all irqs unconditionally in irq_resumeLaxman Dewangan2013-11-251-1/+1
| * | | | genirq: Correct fuzzy and fragile IRQ_RETVAL() definitionGeert Uytterhoeven2013-11-191-1/+1
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-12-024-11/+29
|\ \ \ \ \
| * | | | | sched/doc: Fix generation of device-driversNicolas Dichtel2013-11-271-1/+1
| * | | | | sched: Expose preempt_schedule_irq()Thomas Gleixner2013-11-271-2/+1
| * | | | | sched: Fix a trivial typo in commentsShigeru Yoshida2013-11-191-1/+1
| * | | | | sched: Remove unused variable in 'struct sched_domain'Alex Shi2013-11-191-2/+0
| * | | | | sched: Avoid NULL dereference on sd_busyPeter Zijlstra2013-11-191-1/+2
| * | | | | sched: Check sched_domain before computing group powerSrikar Dronamraju2013-11-191-3/+24
| * | | | | MAINTAINERS: Update file patterns in the lockdep and scheduler entriesJoe Perches2013-11-151-2/+1
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-12-029-20/+76
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2013-11-203-11/+31
| |\ \ \ \ \ \
| | * | | | | | tools lib traceevent: Fix conversion of pointer to integer of different sizeArnaldo Carvalho de Melo2013-11-191-1/+1
| | * | | | | | tools lib traceevent: Fix use of multiple options in processing fieldSteven Rostedt2013-11-191-2/+21
| | * | | | | | perf header: Fix possible memory leaks in process_group_desc()Namhyung Kim2013-11-191-1/+1
| | * | | | | | perf header: Fix bogus group nameNamhyung Kim2013-11-191-1/+3
| | * | | | | | perf tools: Tag thread comm as overridenFrederic Weisbecker2013-11-191-6/+5
| * | | | | | | perf/trace: Properly use u64 to hold event_idVince Weaver2013-11-191-1/+1
| * | | | | | | perf: Remove fragile swevent hlist optimizationPeter Zijlstra2013-11-191-8/+0
| * | | | | | | ftrace, perf: Avoid infinite event generation loopPeter Zijlstra2013-11-195-0/+44
| |/ / / / / /
* | | | | | | Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-12-023-4/+12
|\ \ \ \ \ \ \
| * | | | | | | xen/gnttab: leave lazy MMU mode in the case of a m2p override failureMatt Wilson2013-11-261-2/+4
| * | | | | | | xen/arm: p2m_init and p2m_lock should be staticStefano Stabellini2013-11-181-2/+2
OpenPOWER on IntegriCloud