summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-21bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann1-13/+14
2016-02-21bpf: add generic bpf_csum_diff helperDaniel Borkmann2-0/+64
2016-02-21bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann2-10/+33
2016-02-21Merge branch 'geneve-vxlan-outer-checksum'David S. Miller3-19/+18
2016-02-21VXLAN: Support outer IPv4 Tx checksums by defaultAlexander Duyck2-11/+10
2016-02-21GENEVE: Support outer IPv4 Tx checksums by defaultAlexander Duyck1-8/+8
2016-02-21Driver: Vmxnet3: Update Rx ring 2 max sizeShrikrishna Khare2-3/+3
2016-02-21Merge branch 'netcp-fixes'David S. Miller2-45/+64
2016-02-21net: netcp: rework the code for get/set sw_data in dma descKaricheri, Muralidharan1-17/+55
2016-02-21soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_dataKaricheri, Muralidharan2-20/+24
2016-02-21net: ti: netcp: restore get/set_pad_info() functionalityKaricheri, Muralidharan1-41/+18
2016-02-21Merge branch 'lwt-autoload'David S. Miller4-1/+42
2016-02-21ila: autoload moduleRobert Shearman1-0/+1
2016-02-21mpls: autoload lwt moduleRobert Shearman1-0/+1
2016-02-21lwtunnel: autoload of lwt modulesRobert Shearman2-1/+40
2016-02-21MAINTAINERS: Drop myself as xen netback maintainerIan Campbell1-1/+0
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju2-1/+1
2016-02-21sctp: Fix port hash table size computationNeil Horman1-8/+38
2016-02-21can: ems_usb: Fix possible tx overflowGerhard Uttenthaler1-4/+10
2016-02-20Linux 4.5-rc5v4.5-rc5Linus Torvalds1-1/+1
2016-02-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds17-134/+500
2016-02-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+3
2016-02-20Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds14-7/+91
2016-02-20Merge tag 'dmaengine-fix-4.5-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds4-18/+76
2016-02-20Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds26-142/+138
2016-02-20Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-124/+184
2016-02-20kernel/resource.c: fix muxed resource handling in __request_region()Simon Guinot1-2/+3
2016-02-20can: ifi: Add IFI CANFD IP supportMarek Vasut5-0/+932
2016-02-20can: ifi: Add DT bindings for ifi,canfdMarek Vasut1-0/+15
2016-02-20of: Add vendor prefix for I/F/IMarek Vasut1-0/+1
2016-02-20can: Makefile: Sort the MakefileMarek Vasut1-8/+8
2016-02-20can: Kconfig: sort drivers alphabeticallyMarc Kleine-Budde1-25/+24
2016-02-20can: Kconfig: Sort the Kconfig includesMarek Vasut1-10/+4
2016-02-20can: sja1000: of: add compatibility with Technologic Systems versionDamien Riegel1-0/+47
2016-02-20can: sja1000: add documentation for Technologic Systems versionDamien Riegel1-1/+2
2016-02-20can: sja1000: of: add per-compatible init hookDamien Riegel1-9/+31
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson1-2/+4
2016-02-20Merge branch 'bpf-get-stackid'David S. Miller18-30/+642
2016-02-20samples/bpf: offwaketime exampleAlexei Starovoitov4-0/+322
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov6-1/+269
2016-02-20perf: generalize perf_callchainAlexei Starovoitov8-29/+51
2016-02-19net: bcmgenet: Fix internal PHY link stateJaedon Shin1-2/+1
2016-02-19af_unix: Don't use continue to re-execute unix_stream_read_generic loopRainer Weikusat1-1/+2
2016-02-19unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin1-1/+1
2016-02-19net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann5-20/+7
2016-02-19phy: marvell/micrel: Fix Unpossible conditionAndrew Lunn2-9/+10
2016-02-19Merge branch 'bnxt_en-fixes'David S. Miller1-5/+4
2016-02-19bnxt_en: Failure to update PHY is not fatal condition.Michael Chan1-1/+1
2016-02-19bnxt_en: Remove unnecessary call to update PHY settings.Michael Chan1-4/+2
2016-02-19bnxt_en: Poll link at the end of __bnxt_open_nic().Michael Chan1-0/+1