aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-216lowpan: cleanup lowpan_header_compressAlexander Aring1-7/+23
2015-10-216lowpan: introduce LOWPAN_IPHC_MAX_HC_BUF_LENAlexander Aring1-0/+8
2015-10-21Bluetooth: Add support setup stage internal notification eventMarcel Holtmann1-0/+1
2015-10-21Bluetooth: Add new quirk for non-persistent diagnostic settingsMarcel Holtmann1-0/+9
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg1-1/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+11
2015-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-62/+20
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet1-1/+1
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso32-204/+673
2015-10-17net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal1-1/+1
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet2-26/+2
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet1-0/+1
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-14mac80211: remove PM-QoS listenerJohannes Berg1-6/+0
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-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern1-2/+29
2015-10-13nl80211: allow BSS data to include CLOCK_BOOTTIME timestampDmitry Shmidt1-19/+76
2015-10-13Revert "mac80211: remove exposing 'mfp' to drivers"Tamizh chelvam1-0/+2
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-12netfilter: conntrack: fix crash on timeout object removalPablo Neira Ayuso1-6/+19
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