summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...David S. Miller2015-10-072-3/+40
|\
| * 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
| * 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-221-1/+4
| * 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: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2015-10-072-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...David S. Miller2015-10-052-4/+4
|\ \
| * | ipv6: Pass struct net through ip6_fragmentEric W. Biederman2015-09-301-2/+2
| * | ipv4: Pass struct net through ip_fragmentEric W. Biederman2015-09-301-2/+2
* | | 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
* | | net: use sk_fullsock() in __netdev_pick_tx()Eric Dumazet2015-10-051-0/+1
* | | inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet2015-10-051-3/+6
* | | tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet2015-10-031-1/+3
* | | switchdev: push object ID back to object structureJiri Pirko2015-10-031-10/+4
* | | switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko2015-10-031-11/+31
* | | switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko2015-10-031-1/+1
* | | switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko2015-10-031-1/+1
* | | switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko2015-10-031-4/+4
* | | switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko2015-10-031-7/+7
* | | tcp: remove max_qlen_logEric Dumazet2015-10-032-9/+3
* | | tcp/dccp: remove struct listen_sockEric Dumazet2015-10-031-22/+4
* | | tcp: attach SYNACK messages to request sockets instead of listenerEric Dumazet2015-10-031-2/+4
* | | ipv6: remove obsolete inet6 functionsEric Dumazet2015-10-031-9/+0
* | | tcp/dccp: shrink struct listen_sockEric Dumazet2015-10-031-3/+0
* | | tcp/dccp: install syn_recv requests into ehash tableEric Dumazet2015-10-034-11/+1
* | | tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argumentEric Dumazet2015-10-031-2/+1
* | | tcp: get_openreq[46]() changesEric Dumazet2015-10-031-1/+0
* | | tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()Eric Dumazet2015-10-031-10/+12
* | | tcp: move synflood_warned into struct request_sock_queueEric Dumazet2015-10-031-1/+1
* | | tcp: move qlen/young out of struct listen_sockEric Dumazet2015-10-031-30/+10
* | | tcp: add a spinlock to protect struct request_sock_queueEric Dumazet2015-10-031-19/+18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-1/+5
|\ \ \ | |/ / |/| |
| * | af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole2015-09-291-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-09-293-126/+59
|\ \ \