summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-16/+20
* net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-46/+92
* sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-091-4/+11
* netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet2015-11-091-2/+4
* smack: use skb_to_full_sk() helperEric Dumazet2015-11-091-4/+7
* net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet2015-11-093-15/+15
* Merge tag 'nfc-fixes-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-094-33/+22Star
|\
| * NFC: nfcmrvl: avoid being stuck on FW dnld timeoutVincent Cuissard2015-11-051-3/+9
| * NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard2015-11-052-24/+0Star
| * NFC: nfcmrvl: free reset gpioVincent Cuissard2015-11-051-0/+3
| * NFC: nfcmrvl: add a small wait after setting UART breakVincent Cuissard2015-11-051-1/+3
| * NFC: nfcmrvl: avoid UART break control during FW downloadVincent Cuissard2015-11-051-4/+6
| * NFC: nfcmrvl: fix SPI driver dependenciesArnd Bergmann2015-11-051-1/+1
* | bpf: doc: correct arch list for supported eBPF JITYang Shi2015-11-091-3/+3
* | dwc_eth_qos: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2015-11-071-2/+1Star
* | bonding: fix panic on non-ARPHRD_ETHER enslave failureJay Vosburgh2015-11-071-0/+1
* | net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson2015-11-071-1/+2
* | fjes: Delete an unnecessary check before the function call "vfree"Markus Elfring2015-11-071-3/+1Star
* | 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