summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ptp: add debugfs support for ptp_qoriqYangbo Lu2019-01-231-0/+12
* ptp_qoriq: support external trigger stamp FIFOYangbo Lu2019-01-231-0/+3
* bridge: Snoop Multicast Router AdvertisementsLinus Lüssing2019-01-234-0/+23
* bridge: join all-snoopers multicast addressLinus Lüssing2019-01-231-4/+5
* bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-234-2/+32
* bonding: add support for xstats and export 3ad statsNikolay Aleksandrov2019-01-223-0/+28
* bonding: add 3ad statsNikolay Aleksandrov2019-01-221-0/+14
* net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-2118-39/+29
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-216-21/+7
| |\
| | * net: phy: phy driver features are mandatoryCamelia Groza2019-01-191-2/+2
| | * net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
| | * net: phy: Add missing features to PHY driversAndrew Lunn2019-01-171-0/+2
| | * IN_BADCLASS: fix macro to actually workGreg Kroah-Hartman2019-01-161-1/+1
| | * Revert "rxrpc: Allow failed client calls to be retried"David Howells2019-01-161-16/+0
| | * net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-151-1/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-151-1/+0
| | |\
| | | * netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu2019-01-111-1/+0
| * | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-201-4/+9
| |\ \ \
| | * | | virtio: document virtio_config_ops restrictionsCornelia Huck2019-01-151-0/+5
| | * | | virtio: fix virtio_config_ops descriptionCornelia Huck2019-01-151-4/+4
| | | | |
| | \ \ \
| *-. | | | Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...Linus Torvalds2019-01-204-11/+6
| |\ \| | |
| | * | | | include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin2019-01-094-11/+6
| * | | | | Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-191-0/+1
| |\ \ \ \ \
| | * | | | | MIPS: BCM47XX: Setup struct device for the SoCRafał Miłecki2019-01-091-0/+1
| | |/ / / /
| * | | | | Merge tag 'libnvdimm-fixes-5.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-191-0/+1
| |\ \ \ \ \
| | * | | | | libnvdimm/dimm: Fix security capability detection for non-Intel NVDIMMsDan Williams2019-01-091-0/+1
| | |/ / / /
| * | | | | Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-181-0/+1
| |\ \ \ \ \
| | * | | | | fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2019-01-161-0/+1
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-01-181-0/+1
| |\ \ \ \ \ \
| | * | | | | | RDMA/vmw_pvrdma: Return the correct opcode when creating WRAdit Ranadive2019-01-111-0/+1
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'afs-fixes-20190117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-01-171-0/+2
| |\ \ \ \ \ \
| | * | | | | | afs: Fix race in async call refcountingDavid Howells2019-01-171-0/+2
| * | | | | | | Merge tag 'devicetree-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-01-172-3/+1
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | dt-bindings: reset: meson-axg: fix SPDX license idJerome Brunet2019-01-161-2/+1
| | * | | | | | of: Remove struct device_node.type pointerRob Herring2019-01-101-1/+0
| | | |/ / / / | | |/| | | |
* | | | | | | net_sched: add performance counters for basic filterCong Wang2019-01-201-0/+7
* | | | | | | net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski2019-01-191-0/+1
* | | | | | | sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen2019-01-191-2/+1
* | | | | | | devlink: Add health dump {get,clear} commandsEran Ben Elisha2019-01-181-0/+2
* | | | | | | devlink: Add health diagnose commandEran Ben Elisha2019-01-181-0/+1
* | | | | | | devlink: Add health recover commandEran Ben Elisha2019-01-181-0/+1
* | | | | | | devlink: Add health set commandEran Ben Elisha2019-01-181-0/+1
* | | | | | | devlink: Add health get commandEran Ben Elisha2019-01-181-0/+12
* | | | | | | devlink: Add health report functionalityEran Ben Elisha2019-01-182-0/+71
* | | | | | | devlink: Add health reporter create/destroy functionalityEran Ben Elisha2019-01-181-0/+59
* | | | | | | devlink: Add health buffer supportEran Ben Elisha2019-01-182-0/+84
* | | | | | | net_sched: add hit counter for matchallCong Wang2019-01-181-0/+6
* | | | | | | net: phy: remove phy_stop_interruptsHeiner Kallweit2019-01-181-1/+0
* | | | | | | tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao2019-01-181-0/+2