summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-09-28arp: make arp_hdr_len() return unsigned intAlexey Dobriyan1-1/+1
2017-09-27net: mroute: Check if rule is a default ruleYotam Gigi1-0/+7
2017-09-27net: ipmr: Add MFC offload indicationYotam Gigi1-0/+2
2017-09-27ipmr: Add FIB notification access functionsYotam Gigi2-0/+18
2017-09-27ipmr: Add reference count to MFC entriesYotam Gigi1-0/+21
2017-09-27fib: notifier: Add VIF add and delete event typesYotam Gigi1-0/+2
2017-09-27net: sched: introduce helper to identify gact pass actionJiri Pirko1-0/+5
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann4-5/+98
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-3/+6
2017-09-26qed: iWARP - Add check for errors on a SYN packetMichal Kalderon1-0/+1
2017-09-26neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan1-1/+1
2017-09-26neigh: make struct neigh_table::entry_size unsigned intAlexey Dobriyan1-1/+1
2017-09-26tun: enable napi_gro_frags() for TUN/TAP driverPetar Penkov1-0/+1
2017-09-26tun: enable NAPI for TUN/TAP driverPetar Penkov1-0/+1
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-147/+122
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-22/+12
2017-09-23net: Remove useless function skb_header_releaseGao Feng1-19/+0
2017-09-23Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-14/+4
2017-09-23Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2017-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2017-09-23Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-14/+18
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+0
2017-09-22net: prevent dst uses after freeEric Dumazet3-20/+6
2017-09-22ipv4: Move fib_has_custom_local_routes outside of IP_MULTIPLE_TABLES.David S. Miller1-1/+1
2017-09-22Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov1-0/+1
2017-09-22net: ethtool: Add back transceiver typeFlorian Fainelli1-1/+5
2017-09-22net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2-0/+2
2017-09-21bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-0/+1
2017-09-20ipv4: speedup ipv6 tunnels dismantleEric Dumazet1-1/+2
2017-09-20ipv6: addrlabel: per netns listEric Dumazet1-0/+5
2017-09-20net_sched: no need to free qdisc in RCU callbackCong Wang1-1/+0
2017-09-20net: dsa: remove copy of master ethtool_opsVivien Didelot1-1/+0
2017-09-20net: sk_buff rbnode reorgEric Dumazet2-14/+8
2017-09-19ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard1-14/+4
2017-09-19xen, arm64: drop dummy lookup_address()Tycho Andersen1-10/+0
2017-09-19tcp: remove two unused functionsYuchung Cheng1-1/+0
2017-09-18net: Convert int functions to boolJoe Perches1-2/+2
2017-09-18driver core: Fix link to device power management documentationGeert Uytterhoeven1-1/+1
2017-09-18Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Dave Airlie1-86/+86
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-6/+11
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2-297/+15
2017-09-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+59
2017-09-16sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-1/+2
2017-09-15sched/wait: Add swq_has_sleeper()Davidlohr Bueso1-2/+56
2017-09-15vfs: constify path argument to kernel_read_file_from_pathMimi Zohar1-1/+1
2017-09-15Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+4
2017-09-15Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-10/+38
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+3
2017-09-15Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds6-28/+13