aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-1/+21
2015-10-11bpf: fix cb access in socket filter programsAlexei Starovoitov2-7/+38
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-08Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapDavid S. Miller1-0/+3
2015-10-07Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+2
2015-10-07net: Add netif_is_l3_slaveDavid Ahern1-0/+7
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/ebiederm/net-nextDavid S. Miller1-2/+2
2015-10-05ipv6: inet6_sk() should use sk_fullsock()Eric Dumazet1-2/+2
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-0/+1
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann1-1/+2
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-2/+4
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-22/+30
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds1-2/+2
2015-10-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+21
2015-10-01Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2015-10-01memcg: remove pcp_counter_lockGreg Thelen1-1/+0
2015-10-01memcg: fix dirty page migrationGreg Thelen1-0/+21
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-12/+0
2015-10-01Merge branches 'pm-pci' and 'acpi-pci'Rafael J. Wysocki1-0/+1
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman1-2/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-3/+3
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern1-21/+0
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern1-2/+0
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern1-0/+3
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern1-7/+7
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet1-18/+4
2015-09-29skbuff: Fix skb checksum partial check.Pravin B Shelar1-1/+1
2015-09-29net/ipv4: Pass proto as u8 instead of u16 in ip_check_mc_rcuAlexander Duyck1-1/+1
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman1-1/+1