summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ulp: remove uid and user_visible membersDaniel Borkmann2018-10-211-7/+0
* bpf: sk_msg program helper bpf_msg_push_dataJohn Fastabend2018-10-202-1/+24
* bpf: skmsg, fix psock create on existing kcm/tls portJohn Fastabend2018-10-201-5/+20
* bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu2018-10-191-0/+21
* bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B2018-10-191-0/+1
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-193-1/+36
* bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUEMauricio Vasquez B2018-10-191-0/+1
* bpf: rename stack trace map operationsMauricio Vasquez B2018-10-191-1/+1
* bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-181-1/+1
* bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend2018-10-171-1/+1
* bpf: skmsg, improve sk_msg_used_element to work in cork contextJohn Fastabend2018-10-171-5/+8
* bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend2018-10-171-0/+1
* net: Enable kernel side filtering of route dumpsDavid Ahern2018-10-161-1/+1
* net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern2018-10-161-3/+4
* ipmr: Refactor mr_rtm_dumprouteDavid Ahern2018-10-161-0/+6
* net/ipv4: Plumb support for filtering route dumpsDavid Ahern2018-10-161-1/+1
* net: Add struct for fib dump filterDavid Ahern2018-10-162-1/+13
* netlink: Add answer_flags to netlink_callbackDavid Ahern2018-10-161-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-168-62/+465
|\
| * bpf: Allow sk_lookup with IPv6 moduleJoe Stringer2018-10-161-0/+5
| * tls: add bpf support to sk_msg handlingJohn Fastabend2018-10-151-2/+39
| * tls: replace poll implementation with read hookJohn Fastabend2018-10-151-4/+2
| * tls: convert to generic sk_msg interfaceDaniel Borkmann2018-10-153-13/+11
| * bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-155-44/+410
| * tcp, ulp: remove ulp bits from sockmapDaniel Borkmann2018-10-151-1/+0
* | net: extend sk_pacing_rate to unsigned longEric Dumazet2018-10-161-2/+2
* | tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet2018-10-161-0/+1
* | net/ncsi: Extend NC-SI Netlink interface to allow user space to send NC-SI co...Justin.Lee1@Dell.com2018-10-161-0/+6
* | Merge tag 'mlx5e-updates-2018-10-10' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-10-162-12/+32
|\ \
| * | RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-111-0/+7
| * | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-112-12/+25
| |/
* | FDDI: defza: Support capturing outgoing SMT trafficMaciej W. Rozycki2018-10-161-0/+1
* | FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapterMaciej W. Rozycki2018-10-161-3/+18
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-10-141-1/+3
|\ \
| * | firmware: qcom: scm: Add WLAN VMID for Qualcomm SCM interfaceGovind Singh2018-10-131-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-1315-26/+78
|\ \ \
| * \ \ Merge tag 'armsoc-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2018-10-122-0/+16
| |\ \ \
| | * \ \ Merge tag 'soc-fsl-fix-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-10-042-0/+16
| | |\ \ \
| | | * | | soc: fsl: qbman: add APIs to retrieve the probing statusLaurentiu Tudor2018-09-272-0/+16
| * | | | | Merge tag 'gpio-v4.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Greg Kroah-Hartman2018-10-121-0/+7
| |\ \ \ \ \
| | * | | | | gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd2018-10-101-0/+7
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-10-121-0/+2
| |\ \ \ \ \ \
| | * | | | | | Input: i8042 - enable keyboard wakeups by default when s2idle is usedDaniel Drake2018-10-021-0/+2
| * | | | | | | Merge tag 'next-fixes-20181012' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-10-121-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | vmlinux.lds.h: Fix linker warnings about orphan .LPBX sectionsPeter Oberparleiter2018-10-111-1/+1
| | * | | | | | | vmlinux.lds.h: Fix incomplete .text.exit discardsPeter Oberparleiter2018-10-111-2/+2
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-126-13/+34
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-112-0/+8
| | * | | | | | | Merge tag 'rxrpc-fixes-20181008' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-10-112-0/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | rxrpc: Fix the rxrpc_tx_packet trace lineDavid Howells2018-10-081-0/+1