summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2015-10-03tcp: remove max_qlen_logEric Dumazet-9/+3
2015-10-03tcp/dccp: remove struct listen_sockEric Dumazet-22/+4
2015-10-03tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet-2/+4
2015-10-03ipv6: remove obsolete inet6 functionsEric Dumazet-9/+0
2015-10-03tcp/dccp: shrink struct listen_sockEric Dumazet-3/+0
2015-10-03tcp/dccp: install syn_recv requests into ehash tableEric Dumazet-11/+1
2015-10-03tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet-2/+1
2015-10-03tcp: get_openreq[46]() changesEric Dumazet-1/+0
2015-10-03tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet-10/+12
2015-10-03tcp: move synflood_warned into struct request_sock_queueEric Dumazet-1/+1
2015-10-03tcp: move qlen/young out of struct listen_sockEric Dumazet-30/+10
2015-10-03tcp: add a spinlock to protect struct request_sock_queueEric Dumazet-19/+18
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+5
2015-09-30mac802154: check on len instead mac_lenAlexander Aring-1/+1
2015-09-30nl802154: add support for security layerAlexander Aring-75/+322
2015-09-30netlink: add nla_get for le32 and le64Alexander Aring-0/+18
2015-09-30ipv6: Pass struct net through ip6_fragmentEric W. Biederman-2/+2
2015-09-30ipv4: Pass struct net through ip_fragmentEric W. Biederman-2/+2
2015-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-126/+59
2015-09-29net: switchdev: extract struct switchdev_obj_*Vivien Didelot-27/+26
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot-6/+12
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot-3/+6
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot-1/+1
2015-09-29net: Move netif_index_is_l3_master to l3mdev.hDavid Ahern-0/+25
2015-09-29net: Remove vrf header fileDavid Ahern-29/+0
2015-09-29net: Remove the now unused vrf_ptrDavid Ahern-6/+0
2015-09-29net: Replace calls to vrf_dev_get_rthDavid Ahern-22/+0
2015-09-29net: Replace vrf_dev_table and friendsDavid Ahern-80/+0
2015-09-29net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalentsDavid Ahern-41/+0
2015-09-29net: Introduce L3 Master device abstractionDavid Ahern-0/+125
2015-09-29net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTERDavid Ahern-3/+3
2015-09-29tcp: prepare fastopen code for upcoming listener changesEric Dumazet-5/+2
2015-09-29tcp: constify tcp_syn_flood_action() socket argumentEric Dumazet-3/+2
2015-09-29tcp: constify tcp_v{4|6}_route_req() sock argumentEric Dumazet-1/+1
2015-09-29tcp: cookie_init_sequence() cleanupsEric Dumazet-9/+10
2015-09-29tcp/dccp: constify syn_recv_sock() method sock argumentEric Dumazet-2/+2
2015-09-29tcp: constify tcp_create_openreq_child() socket argumentEric Dumazet-1/+1
2015-09-29net: constify sk_gfp_atomic() sock argumentEric Dumazet-1/+1
2015-09-29inet: constify __inet_inherit_port() sock argumentEric Dumazet-1/+1
2015-09-29inet: constify inet_csk_route_child_sock() socket argumentEric Dumazet-1/+2
2015-09-29dccp: use inet6_csk_route_req() helperEric Dumazet-1/+1
2015-09-29tcp: remove tcp_rcv_state_process() tcp_hdr argumentEric Dumazet-2/+1
2015-09-29tcp: remove unused len argument from tcp_rcv_state_process()Eric Dumazet-1/+1
2015-09-29tcp/dccp: constify send_synack and send_reset socket argumentEric Dumazet-2/+2
2015-09-29af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole-1/+5
2015-09-29bridge: Pass net into br_validate_ipv4 and br_validate_ipv6Eric W. Biederman-2/+2
2015-09-29ipv4: Push struct net down into nf_send_resetEric W. Biederman-1/+1
2015-09-29cfg80211: allow changing station capabilities for unassociated stationsAyala Beker-0/+3
2015-09-29mac80211: Copy tx'ed beacons to monitor modeHelmut Schaa-0/+4
2015-09-29Bluetooth: Add hci_cmd_sync functionLoic Poulain-0/+3