summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ingress: don't use nf_hook_list_activeFlorian Westphal2015-11-061-3/+6
* selinux: fix random read in selinux_ip_postroute_compat()Eric Dumazet2015-11-051-4/+14
* Merge branch 'bnxt_en-fixes'David S. Miller2015-11-053-30/+64
|\
| * bnxt_en: More robust SRIOV cleanup sequence.Jeffrey Huang2015-11-051-13/+27
| * bnxt_en: Fix comparison of u16 sw_id against negative value.Michael Chan2015-11-051-4/+5
| * bnxt_en: map CAG_REG_LEGACY_INT_STATUS_MASK to GRC window #4Jeffrey Huang2015-11-052-3/+20
| * bnxt_en: Determine tcp/ipv6 RSS hash type correctly.Michael Chan2015-11-051-5/+7
| * bnxt_en: Change sp events definitions to represent bit position.Jeffrey Huang2015-11-051-5/+5
|/
* tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-052-2/+2
* packet: race condition in packet_bindFrancesco Ruggeri2015-11-051-31/+49
* ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2Star
* tcp: fix req->saved_syn raceEric Dumazet2015-11-054-11/+21
* net: stmmac: fix double-initialization of phy_ifaceLABBE Corentin2015-11-051-1/+1
* qlogic: qed: fix error codes in qed_resc_alloc()Dan Carpenter2015-11-051-3/+9
* net: dsa: mv88e6xxx: isolate unbridged portsVivien Didelot2015-11-054-0/+48
* USB: qmi_wwan: Add quirk for Quectel EC20 Mini PCIe modulePetr Štetiar2015-11-051-0/+21
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-054-11/+34
|\
| * Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg2015-11-051-1/+8
| * Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg2015-11-051-1/+1
| * Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-052-1/+10
| * Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann2015-11-051-6/+11
| * Bluetooth: Fix possible deadlock in btusbKuba Pawlak2015-11-051-2/+4
* | bpf: add mod default A and X test casesYang Shi2015-11-051-0/+30
* | bnxt_en: add VXLAN dependencyArnd Bergmann2015-11-051-0/+1
* | net: add forgotten IFF_L3MDEV_SLAVE defineJiri Pirko2015-11-051-0/+1
* | ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-11-051-0/+1
* | qlogic: qed: fix a test for MODE_MF_SIDan Carpenter2015-11-051-1/+1
* | qlogic/qed: remove bogus NULL checkDan Carpenter2015-11-051-5/+0Star
* | VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi2015-11-051-1/+1
* | tun_dst: Fix potential NULL dereferenceTobias Klauser2015-11-051-1/+2
* | net/core: ensure features get disabled on new lower devsJarod Wilson2015-11-051-3/+4
|/
* net: Fix prefsrc lookupsDavid Ahern2015-11-051-3/+10
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-052-23/+34
* ipv4: disable BH when changing ip local port rangeWANG Cong2015-11-051-2/+2
* sh_eth: merge sh_eth_free_dma_buffer() into sh_eth_ring_free()Sergei Shtylyov2015-11-051-38/+22Star
* sh_eth: kill 'ret' variable in sh_eth_ring_init()Sergei Shtylyov2015-11-051-16/+8Star
* drivers: net: cpsw: Add support for fixed-link PHYMarkus Brunner2015-11-052-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-053-4/+6
|\
| * netfilter: nfnetlink: don't probe module if it existsFlorian Westphal2015-10-281-1/+1
| * netfilter: nf_nat_redirect: add missing NULL pointer checkMunehisa Kamata2015-10-271-1/+1
| * netfilter: xt_TEE: fix NULL dereferenceEric Dumazet2015-10-221-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2015-11-041-5/+5
|\ \
| * | ide: pdc202xx_new: Replace timeval with ktime_tAmitoj Kaur Chawla2015-11-031-5/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-041595-24004/+114920
|\ \ \
| * | | sh_eth: use DMA barriersSergei Shtylyov2015-11-031-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-0327-92/+192
| |\ \ \
| | * | | ipv6: fix tunnel error handlingMichal Kubeček2015-11-031-1/+11
| | * | | net: phy: fix a bug in get_phy_c45_idsShaohui Xie2015-11-031-25/+49
| | * | | sfc: push partner queue for skb->xmit_moreMartin Habets2015-11-034-4/+36
| | * | | sit: fix sit0 percpu double allocationsEric Dumazet2015-11-031-22/+4Star