summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich2015-11-101-4/+9
* bpf_trace: Make dependent on PERF_EVENTSSteven Rostedt2015-11-101-1/+1
* qed: select ZLIB_INFLATEArnd Bergmann2015-11-101-0/+1
* net: fix a race in dst_release()Eric Dumazet2015-11-091-1/+1
* net: mvneta: Fix memory use after free.Justin Maggard2015-11-091-1/+1
* net: Documentation: Fix default value tcp_limit_output_bytesNiklas Cassel2015-11-091-1/+1
* macvtap: Resolve possible __might_sleep warning in macvtap_do_read()Vlad Yasevich2015-11-091-2/+3
* mvneta: add FIXED_PHY dependencyArnd Bergmann2015-11-091-0/+1
* net: caif: check return value of alloc_netdevRasmus Villemoes2015-11-091-2/+5
* net: hisilicon: NET_VENDOR_HISILICON should depend on HAS_DMAGeert Uytterhoeven2015-11-091-1/+2
* drivers: net: xgene: fix RGMII 10/100Mb modeIyappan Subramanian2015-11-083-3/+48
* Merge branch 'skb_to_full_sk'David S. Miller2015-11-088-87/+149
|\
| * netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-16/+20
| * net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-081-46/+92
| * sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-081-4/+11
| * netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet2015-11-081-2/+4
| * smack: use skb_to_full_sk() helperEric Dumazet2015-11-081-4/+7
| * net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet2015-11-083-15/+15
|/
* Merge tag 'nfc-fixes-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-084-33/+22
|\
| * 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/+0
| * 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-081-3/+3
* | dwc_eth_qos: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2015-11-071-2/+1
* | 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/+1
* | 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/+2
* | 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