summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-0/+4
* random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-081-0/+6
* once: make helper generic for calling functions onceHannes Frederic Sowa2015-10-081-14/+47
* net: move net_get_random_once to libHannes Frederic Sowa2015-10-082-17/+28
* net: phy: Broadcom Cygnus internal Etherent PHY driverArun Parameswaran2015-10-081-0/+7
* net: phy: Add Broadcom phy library for common interfacesArun Parameswaran2015-10-081-19/+3
* dst: Pass net into dst->outputEric W. Biederman2015-10-085-14/+14
* ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman2015-10-083-3/+3
* ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman2015-10-083-3/+4
* ipv6: Merge ip6_local_out and ip6_local_out_skEric W. Biederman2015-10-082-3/+2
* ipv6: Merge __ip6_local_out and __ip6_local_out_skEric W. Biederman2015-10-081-2/+1
* ipv4: Merge ip_local_out and ip_local_out_skEric W. Biederman2015-10-081-5/+1
* ipv4: Merge __ip_local_out and __ip_local_out_skEric W. Biederman2015-10-081-2/+1
* dst: Pass a sk into .local_outEric W. Biederman2015-10-083-1/+3
* net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman2015-10-081-5/+1
* Merge tag 'regmap-offload-update-bits' of git://git.kernel.org/pub/scm/linux/...David S. Miller2015-10-081-0/+3
|\
| * regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-061-0/+3
* | bridge: netlink: add support for port's multicast_router attributeNikolay Aleksandrov2015-10-071-0/+1
* | bridge: netlink: allow to flush port's fdbNikolay Aleksandrov2015-10-071-0/+1
* | bridge: netlink: export port's timer valuesNikolay Aleksandrov2015-10-071-0/+3
* | bridge: netlink: export port's topology_change_ack and config_pendingNikolay Aleksandrov2015-10-071-0/+2
* | bridge: netlink: export port's id and numberNikolay Aleksandrov2015-10-071-0/+2
* | bridge: netlink: export port's designated cost and portNikolay Aleksandrov2015-10-071-0/+2
* | bridge: netlink: export port's bridge idNikolay Aleksandrov2015-10-071-0/+1
* | bridge: netlink: export port's root idNikolay Aleksandrov2015-10-071-0/+1
* | Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-073-5/+42
|\ \
| * | cfg80211: allow changing station capabilities for unassociated stationsAyala Beker2015-09-291-0/+3
| * | mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa2015-09-291-0/+4
| * | Revert "mac80211: add pointer for driver use to key"Johannes Berg2015-09-221-2/+0
| * | wireless: mark element IDs 8 and 9 reservedJohannes Berg2015-09-221-2/+1
| * | mac80211: allow the driver to advertise A-MSDU within A-MPDU Rx supportEmmanuel Grumbach2015-09-221-0/+4
| * | mac80211: allow to transmit A-MSDU within A-MPDUEmmanuel Grumbach2015-09-222-1/+5
| * | mac80211: introduce per vif frame registration APIAndrei Otcheretianski2015-09-221-0/+16
| * | nl80211: support vendor dumpit commandsJohannes Berg2015-09-221-0/+9
* | | net: Add source address lookup op for VRFDavid Ahern2015-10-072-3/+31
* | | net: Refactor path selection in __ip_route_output_key_hashDavid Ahern2015-10-071-0/+2
* | | net: Add netif_is_l3_slaveDavid Ahern2015-10-071-0/+7
* | | net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-072-2/+2
* | | openvswitch: netlink attributes for IPv6 tunnelingJiri Benc2015-10-071-0/+2
* | | Revert "regmap: Allow installing custom reg_update_bits function"David S. Miller2015-10-061-4/+0
* | | ebpf: include perf_event only where really neededDaniel Borkmann2015-10-051-1/+0
* | | bpf, seccomp: prepare for upcoming criu supportDaniel Borkmann2015-10-051-1/+1
* | | regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-051-0/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller2015-10-053-6/+6
|\ \ \
| * | | ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-302-4/+4
| * | | ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-2/+2
* | | | atm: remove 'struct zatm_t_hist'Arnd Bergmann2015-10-051-6/+0
* | | | ipv4: ICMP packet inspection for multipathPeter Nørlund2015-10-051-1/+10
* | | | ipv4: L3 hash-based multipathPeter Nørlund2015-10-051-3/+11
* | | | tcp: avoid two atomic ops for syncookiesEric Dumazet2015-10-052-4/+10