aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-0/+1
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko1-4/+3
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko1-0/+1
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko1-3/+3
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+5
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-1/+1
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni1-1/+0
2015-10-13net: Add IPv6 support to l3mdevDavid Ahern1-0/+46
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-1/+1
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-3/+3
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni1-0/+1
2015-10-12tcp: shrink tcp_timewait_sock by 8 bytesEric Dumazet1-0/+2
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet2-8/+11
2015-10-12net: align sk_refcnt on 128 bytes boundaryEric Dumazet3-5/+16
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet1-6/+4
2015-10-12sock: support per-packet fwmarkEdward Jee1-0/+7
2015-10-12switchdev: skip over ports returning -EOPNOTSUPP when recursing portsScott Feldman1-0/+1
2015-10-12switchdev: add bridge ageing_time attributeScott Feldman1-0/+2
2015-10-11net: dsa: use switchdev obj in port_fdb_delVivien Didelot1-1/+1
2015-10-11net: dsa: push prepare phase in port_fdb_addVivien Didelot1-1/+2
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot1-0/+6
2015-10-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller10-94/+409
2015-10-11net: synack packets can be attached to request socketsEric Dumazet1-0/+8
2015-10-086lowpan: move shared settings to lowpan_netdev_setupAlexander Aring1-0/+2
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-08Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2-0/+2
2015-10-08Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann3-0/+3
2015-10-08Bluetooth: Send index information updates to monitor channelMarcel Holtmann1-0/+7
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. Miller2-3/+40
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: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRCDavid Ahern2-2/+2
2015-10-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/net-nextDavid S. Miller2-4/+4
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-05inet: ip_skb_dst_mtu() should use sk_fullsock()Eric Dumazet1-3/+6
2015-10-05Bluetooth: Send transport open and close monitor eventsMarcel Holtmann1-0/+2
2015-10-05Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann1-0/+2
2015-10-03tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request socketsEric Dumazet1-1/+3
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-10/+4