aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-05net_sched: Use default action walker methodsJamal Hadi Salim8-9/+0
2013-12-05net_sched: Provide default walker function for actionsJamal Hadi Salim1-6/+3
2013-12-05net_sched: Use default action lookup functionsJamal Hadi Salim7-8/+0
2013-12-05net_sched: Default action lookup method for actionsJamal Hadi Salim1-2/+3
2013-12-05net_sched: Fail if missing mandatory action operation methodsJamal Hadi Salim1-4/+8
2013-12-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller34-103/+233
2013-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville34-103/+233
2013-12-03Merge branch 'cxgb4'David S. Miller11-272/+397
2013-12-03cxgb4: Add new scheme to update T4/T5 firmwareHariprasad Shenai4-190/+289
2013-12-03cxgb4vf: added much cleaner implementation of is_t4()Hariprasad Shenai6-16/+39
2013-12-03cxgb4: Much cleaner implementation of is_t4()/is_t5()Hariprasad Shenai5-70/+73
2013-12-03net/mlx4_core: destroy workqueue when driver fails to registerWei Yang1-0/+2
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant1-8/+12
2013-12-02Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()."David S. Miller1-21/+18
2013-12-02net: do not pretend FRAGLIST supportEric Dumazet4-4/+3
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-12-02ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail1-1/+1
2013-12-02net: fec_main: dma_map() only the length of the skbSebastian Siewior1-5/+4
2013-12-02drivers: net: cpsw: fix dt probe for one port ethernetMugunthan V N1-0/+2
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki3-7/+28
2013-12-02ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong1-0/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-0/+10
2013-12-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+7
2013-12-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-11/+29
2013-12-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-20/+76
2013-12-02Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-4/+12
2013-12-02brcmfmac: fix uninitialized warningArend van Spriel1-0/+2
2013-12-02net: wireless: wcn36xx: fix potential NULL pointer dereferenceMichal Nazarewicz1-6/+13
2013-12-02net: wireless: ath9k: avoid possible NULL pointer dereferenceMichal Nazarewicz1-4/+3
2013-12-02ath9k: Fix XLNA bias strengthSujith Manoharan1-1/+1
2013-12-02ath9k: Fix QuickDrop usageSujith Manoharan1-9/+11
2013-12-02Merge tag 'spi-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds9-12/+31
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds70-344/+491
2013-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixesJohn W. Linville12-18/+88
2013-12-02vfs: fix subtle use-after-free of pipe_inode_infoLinus Torvalds1-20/+19
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-12-01net/mlx4_en: Remove selftest TX queues empty conditionEugenia Emantayev1-7/+0
2013-12-01{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-12-01virtio_net: make all RX paths handle erors consistentlyMichael S. Tsirkin1-17/+37
2013-12-01virtio_net: fix error handling for mergeable buffersMichael S. Tsirkin1-31/+51
2013-12-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2-7/+6
2013-12-01Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds11-34/+75
2013-12-01um: Build always with -mcmodel=large on 64bitRichard Weinberger1-5/+4
2013-12-01um: Rename print_stack_trace to do_stack_traceRichard Weinberger1-2/+2
2013-11-30ARM: 7907/1: lib: delay-loop: Add align directive to fix BogoMIPS calculationFabio Estevam1-0/+1
2013-11-30ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2-9/+16
2013-11-30ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.SVictor Kamensky1-9/+31
2013-11-30ARM: footbridge: fix EBSA285 LEDsRussell King1-9/+13