summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: refactor struct tcp_skb_cbLawrence Brakmo2016-05-091-3/+8
* fq_codel: add memory limitation per queueEric Dumazet2016-05-091-0/+3
* net: Add Qualcomm IPC routerCourtney Cavin2016-05-092-1/+15
* soc: qcom: smd: Introduce compile stubsBjorn Andersson2016-05-091-1/+27
* bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-061-0/+16
* bpf: direct packet accessAlexei Starovoitov2016-05-061-0/+2
* net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-061-2/+2
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-041-0/+15
|\
| * net_sched: act_mirred: add helper inlines to access tcf_mirred infoSridhar Samudrala2016-05-041-0/+15
* | tcp: fix lockdep splat in tcp_snd_una_update()Eric Dumazet2016-05-042-1/+20
* | net: remove dev->trans_startFlorian Westphal2016-05-041-10/+5
* | netdevice: add helper to update trans_startFlorian Westphal2016-05-041-0/+6
* | gre: receive also TEB packets for lwtunnelsJiri Benc2016-05-041-0/+1
* | net/mlx5: Flow steering, Add vport ACL supportMohamad Haj Yahia2016-05-043-0/+21
* | gre: change gre_parse_header to return the header lengthJiri Benc2016-05-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-0418-34/+115
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-042-1/+8
| |\
| | * vxlan: Add checksum check to the features check functionAlexander Duyck2016-05-032-1/+8
| * | Minimal fix-up of bad hashing behavior of hash_64()Linus Torvalds2016-05-021-2/+18
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-023-3/+12
| |\
| | * net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham2016-05-021-1/+9
| | * bpf: fix refcnt overflowAlexei Starovoitov2016-04-281-1/+2
| | * net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner2016-04-281-1/+1
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-04-302-0/+27
| |\ \
| | * | IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-281-0/+16
| | * | IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg2016-04-281-0/+11
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-04-292-0/+9
| |\ \ \
| | * | | numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-04-291-0/+2
| | * | | thp: keep huge zero page pinned until tlb flushKirill A. Shutemov2016-04-291-0/+5
| | * | | mm: exclude HugeTLB pages from THP page_mapped() logicSteve Capper2016-04-291-0/+2
| * | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-04-291-3/+5
| |\ \ \ \
| | * | | | lockdep: Fix lock_chain::base sizePeter Zijlstra2016-04-231-3/+5
| * | | | | Merge tag 'media/v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2016-04-292-10/+28
| |\ \ \ \ \
| | * | | | | [media] media: vb2: Fix regression on poll() for RW modeRicardo Ribalda2016-04-251-0/+4
| | * | | | | [media] v4l2-dv-timings.h: fix polarity for 4k formatsHans Verkuil2016-04-251-10/+20
| | * | | | | [media] videobuf2-core: Check user space planes array in dqbufSakari Ailus2016-04-131-0/+4
| * | | | | | Merge tag 'sound-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-04-291-3/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'asoc-fix-v4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2016-04-2747-172/+310
| | |\ \ \ \ \ \
| | * | | | | | | ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDWTakashi Iwai2016-04-261-3/+2
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-04-292-6/+5
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-252-6/+5
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-272-6/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2016-04-252-6/+1
| | |/ / / / /
* | | | | | | ipv6: add new struct ipcm6_cookieWei Wang2016-05-032-8/+13
* | | | | | | net: add __sock_wfree() helperEric Dumazet2016-05-031-0/+1
* | | | | | | fq_codel: add batch ability to fq_codel_drop()Eric Dumazet2016-05-031-0/+1
* | | | | | | net: relax expensive skb_unclone() in iptunnel_handle_offloads()Eric Dumazet2016-05-031-0/+10
* | | | | | | netdevice: shrink size of struct netdev_queueFlorian Westphal2016-05-031-7/+6
* | | | | | | bridge: netlink: export per-vlan statsNikolay Aleksandrov2016-05-032-0/+19
* | | | | | | bridge: vlan: learn to countNikolay Aleksandrov2016-05-031-0/+1