Age | Commit message (Expand) | Author | Files | Lines |
2015-06-08 | mpls: fix possible use after free of device | Robert Shearman | 2 | -1/+2 |
2015-06-08 | be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent() | Sriharsha Basavapatna | 3 | -53/+67 |
2015-06-08 | bridge: use _bh spinlock variant for br_fdb_update to avoid lockup | Wilson Kok | 1 | -2/+2 |
2015-06-07 | amd-xgbe: Use disable_irq_nosync from within timer function | Lendacky, Thomas | 1 | -1/+1 |
2015-06-07 | rhashtable: add missing import <linux/export.h> | Hauke Mehrtens | 1 | -0/+1 |
2015-06-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 6 | -35/+70 |
2015-06-05 | i40e: Make sure to be in VEB mode if SRIOV is enabled at probe | Anjali Singhai Jain | 1 | -3/+17 |
2015-06-05 | i40e: start up in VEPA mode by default | Anjali Singhai Jain | 4 | -5/+36 |
2015-06-05 | i40e/i40evf: Fix mixed size frags and linearization | Anjali Singhai Jain | 2 | -30/+20 |
2015-06-04 | ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() | Shawn Bohrer | 1 | -3/+15 |
2015-06-04 | openvswitch: disable LRO | Jiri Benc | 1 | -0/+1 |
2015-06-04 | s390/bpf: fix bpf frame pointer setup | Michael Holzheu | 1 | -4/+7 |
2015-06-04 | s390/bpf: fix stack allocation | Michael Holzheu | 1 | -1/+3 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 32 | -119/+174 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 12 | -59/+282 |
2015-06-02 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -0/+1 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 1 | -4/+0 |
2015-06-02 | Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub... | David S. Miller | 5 | -27/+20 |
2015-06-02 | vti6: Add pmtu handling to vti6_xmit. | Steffen Klassert | 1 | -0/+14 |
2015-06-02 | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | 1 | -9/+1 |
2015-06-01 | bnx2x: Move statistics implementation into semaphores | Yuval Mintz | 3 | -11/+20 |
2015-06-01 | xen: netback: read hotplug script once at start of day. | Ian Campbell | 1 | -14/+19 |
2015-06-01 | xen: netback: fix printf format string warning | Ian Campbell | 1 | -1/+1 |
2015-06-01 | Revert "netfilter: ensure number of counters is >0 in do_replace()" | Bernhard Thaler | 1 | -4/+0 |
2015-06-01 | include/uapi/linux/virtio_balloon.h: include linux/virtio_types.h | Mikko Rapeli | 1 | -0/+1 |
2015-06-01 | sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE | Khalid Aziz | 6 | -22/+104 |
2015-06-01 | sparc64: pci slots information is not populated in sysfs | Eric Snowberg | 1 | -8/+51 |
2015-06-01 | sparc: kernel: GRPCI2: Remove a useless memset | Christophe Jaillet | 1 | -1/+0 |
2015-06-01 | net: dsa: Properly propagate errors from dsa_switch_setup_one | Florian Fainelli | 1 | -2/+2 |
2015-06-01 | tcp: fix child sockets to use system default congestion control if not set | Neal Cardwell | 3 | -3/+10 |
2015-06-01 | udp: fix behavior of wrong checksums | Eric Dumazet | 2 | -8/+4 |
2015-06-01 | Linux 4.1-rc6v4.1-rc6 | Linus Torvalds | 1 | -1/+1 |
2015-06-01 | sfc: free multiple Rx buffers when required | Daniel Pieczko | 1 | -17/+25 |
2015-06-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+4 |
2015-05-31 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -15/+18 |
2015-05-31 | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf... | Linus Torvalds | 7 | -15/+30 |
2015-05-31 | Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len... | Linus Torvalds | 2 | -40/+185 |
2015-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 24 | -287/+180 |
2015-05-31 | Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -2/+15 |
2015-05-31 | Merge branch 'bna-fixes' | David S. Miller | 3 | -6/+9 |
2015-05-31 | bna: fix soft lock-up during firmware initialization failure | Ivan Vecera | 1 | -2/+2 |
2015-05-31 | bna: remove unreasonable iocpf timer start | Ivan Vecera | 1 | -4/+0 |
2015-05-31 | bna: fix firmware loading on big-endian machines | Ivan Vecera | 1 | -0/+7 |
2015-05-31 | Merge tag 'mac80211-for-davem-2015-05-28' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -3/+4 |
2015-05-31 | bridge: fix br_multicast_query_expired() bug | Eric Dumazet | 1 | -1/+1 |
2015-05-31 | iser-target: Fix error path in isert_create_pi_ctx() | Roland Dreier | 1 | -3/+3 |
2015-05-31 | target: Use a PASSTHROUGH flag instead of transport_types | Andy Grover | 11 | -22/+17 |
2015-05-31 | target: Move passthrough CDB parsing into a common function | Andy Grover | 4 | -94/+78 |
2015-05-31 | target/user: Only support full command pass-through | Andy Grover | 2 | -70/+75 |
2015-05-31 | target/user: Update example code for new ABI requirements | Andy Grover | 1 | -2/+6 |