aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-09ipv6: Pass struct net into nf_ct_frag6_gatherHEADmasterEric W. Biederman1-1/+1
2015-10-09ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-3/+3
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
2015-10-05net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet1-0/+1
2015-10-05ipv6: inet6_sk() should use sk_fullsock()Eric Dumazet1-2/+2
2015-10-05inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet1-3/+6
2015-10-04bridge: netlink: add support for default_pvidNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for netfilter tables configNikolay Aleksandrov1-0/+3
2015-10-04bridge: netlink: add support for igmp's intervalsNikolay Aleksandrov1-0/+6
2015-10-04bridge: netlink: add support for multicast_startup_query_countNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for multicast_last_member_countNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for igmp's hash_maxNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for igmp's hash_elasticityNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for multicast_querierNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for multicast_query_use_ifaddrNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for multicast_snoopingNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add support for multicast_routerNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add fdb flushNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: add group_addr supportNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: export all timersNikolay Aleksandrov1-0/+4
2015-10-04bridge: netlink: export topology_change and topology_change_detectedNikolay Aleksandrov1-0/+2
2015-10-04bridge: netlink: export root path costNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: export root portNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: export bridge idNikolay Aleksandrov1-0/+1
2015-10-04bridge: netlink: export root idNikolay Aleksandrov1-0/+6
2015-10-04bridge: netlink: add group_fwd_mask supportNikolay Aleksandrov1-0/+1
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet1-1/+3
2015-10-03phylib: Add phy_set_max_speed helperSimon Horman1-0/+1
2015-10-03sched, bpf: add helper for retrieving routing realmsDaniel Borkmann2-1/+9
2015-10-03ebpf: migrate bpf_prog's flags to bitfieldDaniel Borkmann1-2/+4
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-10/+4
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-11/+31
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-1/+1
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko1-1/+1
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-4/+4
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-7/+7
2015-10-03tcp: remove max_qlen_logEric Dumazet2-9/+3
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet1-22/+4
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet1-2/+4
2015-10-03ipv6: remove obsolete inet6 functionsEric Dumazet1-9/+0
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet1-3/+0
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet4-11/+1
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet1-2/+1
2015-10-03tcp: get_openreq[46]() changesEric Dumazet1-1/+0
2015-10-03tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet1-10/+12
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet1-1/+1
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet1-30/+10
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet1-19/+18
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-25/+36
2015-10-02Merge git://git.infradead.org/intel-iommuLinus Torvalds1-2/+2
2015-10-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+21
2015-10-01Merge tag 'pm+acpi-4.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2015-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+6
2015-10-01memcg: remove pcp_counter_lockGreg Thelen1-1/+0
2015-10-01memcg: fix dirty page migrationGreg Thelen1-0/+21
2015-10-01userfaultfd: remove kernel header include from uapi headerAndre Przywara1-2/+0
2015-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus 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. Biederman2-4/+4
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman1-2/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-129/+62
2015-09-29net: Add support for filtering neigh dump by master deviceDavid Ahern1-0/+1
2015-09-29net: switchdev: extract struct switchdev_obj_*Vivien Didelot1-27/+26
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-6/+12
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-3/+6
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-1/+1
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern3-21/+25
2015-09-29net: Remove vrf header fileDavid Ahern1-29/+0
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern2-8/+0
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern1-22/+0
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern1-80/+0
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern1-41/+0
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern2-0/+128
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern3-10/+10
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet2-23/+6
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet1-3/+2
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet1-1/+1
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet1-9/+10
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet2-2/+2
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet1-1/+1
2015-09-29net: constify sk_gfp_atomic() sock argumentEric Dumazet1-1/+1
2015-09-29inet: constify __inet_inherit_port() sock argumentEric Dumazet1-1/+1
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet1-1/+2
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet1-1/+1
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet1-2/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet1-1/+1
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet1-2/+2
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-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-09-29bridge: vlan: add per-vlan struct and move to rhashtablesNikolay Aleksandrov1-0/+1
2015-09-29bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman1-2/+2
2015-09-29ipv6: Pass struct net into ip6_route_me_harderEric W. Biederman1-1/+1
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman1-1/+1
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman1-1/+1
2015-09-29cfg80211: allow changing station capabilities for unassociated stationsAyala Beker1-0/+3
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa1-0/+4
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen1-1/+1
2015-09-28tcp: avoid reorders for TFO passive connectionsEric Dumazet1-4/+4
2015-09-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-6/+5
2015-09-26vxlan: support both IPv4 and IPv6 sockets in a single vxlan deviceJiri Benc1-3/+11
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller61-283/+491
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-27/+62
2015-09-26ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQJiang Liu1-0/+1
2015-09-25Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+9
2015-09-25inet: constify inet_rtx_syn_ack() sock argumentEric Dumazet1-1/+1
2015-09-25tcp/dccp: constify rtx_synack() and friendsEric Dumazet2-2/+2
2015-09-25tcp: constify tcp_v{4|6}_send_synack() socket argumentEric Dumazet1-1/+1
2015-09-25ipv6: constify ip6_xmit() sock argumentEric Dumazet1-1/+1
2015-09-25tcp: constify tcp_make_synack() socket argumentEric Dumazet1-1/+1
2015-09-25ip: constify ip_build_and_send_pkt() socket argumentEric Dumazet1-1/+1
2015-09-25tcp: md5: constify tcp_md5_do_lookup() socket argumentEric Dumazet1-5/+5
2015-09-25inet: constify ip_dont_fragment() argumentsEric Dumazet1-3/+5
2015-09-25ipv6: constify inet6_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-25ipv6: constify ip6_dst_lookup_{flow|tail}() sock argumentsEric Dumazet1-1/+1
2015-09-25inet: constify inet_csk_route_req() socket argumentEric Dumazet1-1/+1
2015-09-25inet: constify ip_route_output_flow() socket argumentEric Dumazet2-5/+6
2015-09-25tcp: constify tcp_openreq_init_rwin()Eric Dumazet1-1/+2
2015-09-25tcp: constify listener socket in tcp_v[46]_init_req()Eric Dumazet1-1/+2
2015-09-25Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+3
2015-09-25IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEYSagi Grimberg2-12/+0
2015-09-24target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger1-0/+1
2015-09-24phy: add phy_device_remove()Russell King1-0/+1
2015-09-24phy: fix mdiobus module safetyRussell King1-1/+4
2015-09-24switchdev: reduce transaction phase enum down to a booleanJiri Pirko1-8/+3
2015-09-24switchdev: remove "ABORT" transaction phaseJiri Pirko1-1/+0
2015-09-24switchdev: remove "NONE" transaction phaseJiri Pirko1-1/+0
2015-09-24switchdev: add switchdev_trans_ph_prepare/commit helpersJiri Pirko1-0/+10
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko1-2/+1
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-3/+21
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko1-3/+3
2015-09-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-1/+7
2015-09-25Merge tag 'ipvs2-for-v4.4' of https://git.kernel.org/pub/scm/linux/kernel/git...Pablo Neira Ayuso1-123/+56
2015-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+7
2015-09-24lwtunnel: remove source and destination UDP port config optionJiri Benc1-4/+0
2015-09-24ipv4: send arp replies to the correct tunnelJiri Benc1-0/+2
2015-09-24skbuff: Fix skb checksum flag on skb pullPravin B Shelar1-0/+3
2015-09-24cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo1-2/+9
2015-09-24ipv6: remove unused neigh parameter from ndisc functionsJiri Benc2-6/+3
2015-09-24genetlink: simplify genl_notifyJiri Benc1-3/+2
2015-09-24Merge tag 'spi-fix-v4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2015-09-24ipvs: Remove skb_sknetEric W. Biederman1-22/+0
2015-09-24ipvs: Remove skb_netEric W. Biederman1-31/+0
2015-09-24ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)Eric W. Biederman1-2/+2
2015-09-24ipvs: Remove net argument from ip_vs_tcp_conn_listenEric W. Biederman1-1/+1
2015-09-24ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leaveEric W. Biederman1-0/+10
2015-09-24ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_scheduleEric W. Biederman1-1/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs into conn_out_getEric W. Biederman1-2/+4
2015-09-24ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_protoEric W. Biederman1-2/+4
2015-09-24ipvs: Pass ipvs not net into init_netns and exit_netnsEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_app_net_init and ip_vs_app_net_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_appEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to register_ip_vs_app_incEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net into register_app and unregister_appEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanupEric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)Eric W. Biederman1-2/+2
2015-09-24ipvs: Pass ipvs not net to ip_vs_random_drop_entryEric W. Biederman1-1/+1
2015-09-24ipvs: Pass ipvs not net to ip_vs_start_estimator aned ip_vs_stop_estimatorEric W. Biederman1-2/+2