aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31net/mlx5e: Support TSO and TX checksum offloads for GRE tunnelsGal Pressman1-1/+1
2017-08-30phy: add sgmii and 10gkr modes to the phy_mode enumAntoine Tenart1-0/+2
2017-08-30idr: Add new APIs to support unsigned longChris Mi2-5/+85
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal1-0/+6
2017-08-29net: remove dmaengine.h inclusion from netdevice.hDave Jiang1-1/+0
2017-08-29net/mlx4: Add user mac FW update supportMoshe Shemesh1-0/+2
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-5/+9
2017-08-29Merge tag 'wireless-drivers-next-for-davem-2017-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+1
2017-08-28Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+5
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-2/+8
2017-08-27i40e/i40evf: support for VF VLAN tag stripping controlMariusz Stachura1-0/+5
2017-08-25i40e/i40evf: rename vf_offload_flags to vf_cap_flags in struct virtchnl_vf_resourceStefan Assmann1-2/+2
2017-08-24Merge tag 'mlx5-updates-2017-08-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-3/+1
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer1-1/+2
2017-08-24net/mlx5: Don't store reserved part in FTEs and FGsMatan Barak1-1/+1
2017-08-24net/mlx5: Remove a leftover unused variableGal Pressman1-2/+0
2017-08-23bpf/verifier: document liveness analysisEdward Cree1-0/+13
2017-08-23bpf/verifier: remove varlen_map_value_access flagEdward Cree1-1/+0
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-37/+119
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-5/+7
2017-08-21pids: make task_tgid_nr_ns() safeOleg Nesterov2-25/+30
2017-08-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2017-08-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2017-08-20net/mlx5e: Add outbound PCI buffer overflow counterEran Ben Elisha1-2/+4
2017-08-20net/mlx5: Add RX buffer fullness counters infrastructureGal Pressman1-2/+13
2017-08-20net/mlx5: Add PCIe outbound stalls counters infrastructureGal Pressman1-3/+14
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller1-0/+1
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-1/+9
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-3/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1
2017-08-18net: constify netdev_class_filestephen hemminger1-4/+4
2017-08-18net: ethtool: Add macro to clear a link mode settingLendacky, Thomas1-0/+11
2017-08-18mm, oom: fix potential data corruption when oom_reaper races with writerMichal Hocko1-0/+22
2017-08-18mm: discard memblock data laterPavel Tatashin1-2/+4
2017-08-18wait: add wait_event_killable_timeout()Luis R. Rodriguez1-0/+37
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner1-2/+8
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner1-0/+8
2017-08-17pty: fix the cached path of the pty slave file descriptor in the masterLinus Torvalds1-1/+1
2017-08-16ptr_ring: use kmalloc_array()Eric Dumazet2-5/+7
2017-08-16vmbus: remove unused vmbus_sendpacket_ctlstephen hemminger1-7/+0
2017-08-16vmbus: remove unused vmubs_sendpacket_pagebuffer_ctlstephen hemminger1-8/+0
2017-08-16vmbus: remove unused vmbus_sendpacket_multipagebufferstephen hemminger1-6/+0
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2-1/+11
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend3-2/+8
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-0/+7
2017-08-16bpf: introduce new program type for skbs on socketsJohn Fastabend1-0/+1
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-28/+62
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+4
2017-08-15net: Fix a typo in comment about sock flags.Tonghao Zhang1-1/+1
2017-08-15bpf/verifier: track liveness for pruningEdward Cree1-1/+10