summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-09net/core: lockdep_rtnl_is_held can be booleanYaowei Bai1-3/+3
2015-10-09net/inetdevice: bad_mask can be booleanYaowei Bai1-4/+4
2015-10-09net/inetdevice: inet_ifa_match can be booleanYaowei Bai1-1/+1
2015-10-09net/dccp: dccp_list_has_service can be booleanYaowei Bai1-3/+3
2015-10-09net/can: can_dropped_invalid_skb can be booleanYaowei Bai1-3/+3
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai1-3/+3
2015-10-09net/ieee80211: ieee80211_is_* can be booleanYaowei Bai1-38/+38
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai1-1/+1
2015-10-09net/mlx5_core: Use private health thread for each deviceEli Cohen1-3/+4
2015-10-09net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen1-1/+5
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann1-0/+4
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann1-0/+6
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa1-14/+47
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa2-17/+28
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran1-0/+7
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran1-19/+3
2015-10-08dst: Pass net into dst->outputEric W. Biederman5-14/+14
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman3-3/+3
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman3-3/+4
2015-10-08ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2-3/+2
2015-10-08ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman1-2/+1
2015-10-08ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman1-5/+1
2015-10-08ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman1-2/+1
2015-10-08dst: Pass a sk into .local_outEric W. Biederman3-1/+3
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman1-5/+1
2015-10-08Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...David S. Miller1-0/+3
2015-10-07bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov1-0/+1
2015-10-07bridge: netlink: allow to flush port's fdbNikolay Aleksandrov1-0/+1
2015-10-07bridge: netlink: export port's timer valuesNikolay Aleksandrov1-0/+3
2015-10-07bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov1-0/+2
2015-10-07bridge: netlink: export port's id and numberNikolay Aleksandrov1-0/+2
2015-10-07bridge: netlink: export port's designated cost and portNikolay Aleksandrov1-0/+2
2015-10-07bridge: netlink: export port's bridge idNikolay Aleksandrov1-0/+1
2015-10-07bridge: netlink: export port's root idNikolay Aleksandrov1-0/+1
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller3-5/+42
2015-10-07net: Add source address lookup op for VRFDavid Ahern2-3/+31
2015-10-07net: Refactor path selection in __ip_route_output_key_hashDavid Ahern1-0/+2
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-0/+7
2015-10-07net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2-2/+2
2015-10-07openvswitch: netlink attributes for IPv6 tunnelingJiri Benc1-0/+2
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle1-0/+3
2015-10-06Revert "regmap: Allow installing custom reg_update_bits function"David S. Miller1-4/+0
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann1-1/+0
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann1-1/+1
2015-10-05regmap: Allow installing custom reg_update_bits functionJon Ringle1-0/+4
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller3-6/+6
2015-10-05atm: remove 'struct zatm_t_hist'Arnd Bergmann1-6/+0
2015-10-05ipv4: ICMP packet inspection for multipathPeter Nørlund1-1/+10
2015-10-05ipv4: L3 hash-based multipathPeter Nørlund1-3/+11
2015-10-05tcp: avoid two atomic ops for syncookiesEric Dumazet2-4/+10