summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-10-09net/inetdevice: inet_ifa_match can be booleanYaowei Bai
2015-10-09net/dccp: dccp_list_has_service can be booleanYaowei Bai
2015-10-09net/can: can_dropped_invalid_skb can be booleanYaowei Bai
2015-10-09net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai
2015-10-09net/ieee80211: ieee80211_is_* can be booleanYaowei Bai
2015-10-09net/netlink: lockdep_genl_is_held can be booleanYaowei Bai
2015-10-09net/mlx5_core: Use private health thread for each deviceEli Cohen
2015-10-09net/mlx5_core: Prepare cmd interface to system errors handlingEli Cohen
2015-10-08bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann
2015-10-08once: make helper generic for calling functions onceHannes Frederic Sowa
2015-10-08net: move net_get_random_once to libHannes Frederic Sowa
2015-10-08net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran
2015-10-08Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...David S. Miller
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller
2015-10-07net: Add netif_is_l3_slaveDavid Ahern
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-10-06Revert "regmap: Allow installing custom reg_update_bits function"David S. Miller
2015-10-05ebpf: include perf_event only where really neededDaniel Borkmann
2015-10-05bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann
2015-10-05regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller
2015-10-05ipv6: inet6_sk() should use sk_fullsock()Eric Dumazet
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds
2015-10-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-10-01Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-10-01memcg: remove pcp_counter_lockGreg Thelen
2015-10-01memcg: fix dirty page migrationGreg Thelen
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-10-01Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-09-29net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen
2015-09-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar