summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2018-07-061-0/+2
* devlink: Add enable_sriov boolean generic parameterVasundhara Volam2018-07-051-0/+4
* devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh2018-07-051-0/+31
* devlink: Add devlink notifications support for paramsMoshe Shemesh2018-07-052-0/+9
* devlink: Add support for get/set driverinit valueMoshe Shemesh2018-07-051-0/+18
* devlink: Add param set commandMoshe Shemesh2018-07-052-0/+5
* devlink: Add param get commandMoshe Shemesh2018-07-051-0/+11
* devlink: Add devlink_param register and unregisterMoshe Shemesh2018-07-052-0/+95
* net: limit each hash list length to MAX_GRO_SKBSLi RongQing2018-07-051-1/+6
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-043-2/+10
* net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-042-0/+6
* net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-042-0/+18
* net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-041-0/+2
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-041-0/+1
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-043-0/+28
* net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-041-0/+2
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-043-0/+27
* net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-041-0/+30
* net: core: unwrap skb list receive slightly furtherEdward Cree2018-07-041-0/+7
* net: core: trivial netif_receive_skb_list() entry pointEdward Cree2018-07-041-0/+1
* sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long2018-07-041-0/+4
* sctp: add support for dscp and flowlabel per transportXin Long2018-07-042-0/+16
* ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-1/+8
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-0337-104/+197
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0211-57/+97
| |\
| | * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-021-0/+20
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-015-55/+68
| | |\
| | | * bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-48/+8
| | | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-5/+23
| | | * bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-263-2/+37
| | * | Merge tag 'mlx5-fixes-2018-06-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-06-282-1/+3
| | |\ \
| | | * | net/mlx5: E-Switch, Avoid setup attempt if not being e-switch managerOr Gerlitz2018-06-262-1/+3
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-282-1/+1
| | |\ \ \
| | | * | | netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-182-1/+1
| | * | | | nfp: reject binding to shared blocksJohn Hurley2018-06-271-0/+5
| * | | | | Merge tag 'staging-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-07-011-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'iio-fixes-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2018-06-261-1/+1
| | |\ \ \ \ \
| | | * | | | | iio: buffer: fix the function signature to match implementationPhil Reid2018-06-241-1/+1
| | | | |_|/ / | | | |/| | |
| * | | | | | Merge tag 'usb-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-07-011-0/+3
| |\ \ \ \ \ \
| | * | | | | | acpi: Add helper for deactivating memory regionHeikki Krogerus2018-06-251-0/+3
| | |/ / / / /
| * | | | | | Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-304-1/+54
| |\ \ \ \ \ \
| | * | | | | | disable -Wattribute-alias warning for SYSCALL_DEFINEx()Arnd Bergmann2018-06-252-1/+11
| | * | | | | | kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2018-06-252-0/+43
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'for-linus-20180629' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-302-20/+2
| |\ \ \ \ \ \
| | * | | | | | sg: remove ->sg_magic memberJens Axboe2018-06-291-18/+0
| | * | | | | | block: Fix transfer when chunk sectors exceeds maxKeith Busch2018-06-261-2/+2
| * | | | | | | Merge tag 'pm-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-291-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | PM / Domains: Rename opp_node to npViresh Kumar2018-06-251-2/+2
| | * | | | | | | PM / Domains: Fix return value of of_genpd_opp_to_performance_state()Viresh Kumar2018-06-251-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | aio: mark __aio_sigset::sigmask constAvi Kivity2018-06-291-1/+1