summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-2330-135/+231
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-2329-125/+206
| |\
| | * inet: fix improper empty comparisonJosef Bacik2017-09-231-1/+1
| | * net: use inet6_rcv_saddr to compare socketsJosef Bacik2017-09-231-1/+1
| | * net: set tb->fast_sk_familyJosef Bacik2017-09-231-0/+2
| | * net: orphan frags on stand-alone ptype in dev_queue_xmit_nitWillem de Bruijn2017-09-231-2/+6
| | * net/smc: no close wait in case of process shut downUrsula Braun2017-09-221-7/+8
| | * net/smc: introduce a delayUrsula Braun2017-09-223-10/+16
| | * net/smc: terminate link group if out-of-sync is receivedUrsula Braun2017-09-223-11/+8Star
| | * net/smc: longer delay for client link group removalUrsula Braun2017-09-221-4/+12
| | * net/smc: adapt send request completion notificationUrsula Braun2017-09-221-1/+1
| | * net/smc: adjust net_device refcountUrsula Braun2017-09-221-1/+3
| | * net/smc: take RCU read lock for routing cache lookupUrsula Braun2017-09-221-3/+7
| | * net/smc: add receive timeout checkHans Wippel2017-09-221-0/+2
| | * net/smc: add missing dev_putHans Wippel2017-09-221-0/+1
| | * net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-221-0/+2
| | * net_sched: remove cls_flower idr on failureCong Wang2017-09-221-6/+9
| | * net_sched/hfsc: fix curve activation in hfsc_change_class()Konstantin Khlebnikov2017-09-211-4/+19
| | * net_sched: always reset qdisc backlog in qdisc_reset()Konstantin Khlebnikov2017-09-211-0/+1
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-212-7/+19
| | |\
| | | * netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-181-1/+13
| | | * netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven2017-09-181-6/+6
| | * | net: change skb->mac_header when Generic XDP calls adjust_headEdward Cree2017-09-211-0/+1
| | * | net: compat: assert the size of cmsg copied in is as expectedMeng Xu2017-09-211-0/+7
| | * | packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-09-201-5/+11
| | * | ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce2017-09-201-7/+20
| | * | net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning2017-09-201-2/+3
| | * | bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-201-9/+15
| | * | tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-201-0/+9
| | * | Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-191-0/+6
| | |\ \
| | | * | nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg2017-09-181-0/+3
| | | * | nl80211: check for the required netlink attributes presenceVladis Dronov2017-09-151-0/+3
| | * | | tcp: remove two unused functionsYuchung Cheng2017-09-191-34/+0Star
| | * | | net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-191-0/+1
| | * | | ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-09-191-0/+3
| | * | | ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-09-181-10/+11
| | * | | udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
| | | |/ | | |/|
| * / | libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov2017-09-191-10/+25
| |/ /
* | | Merge branch 'ieee802154-for-davem-2017-09-20' of git://git.kernel.org/pub/sc...David S. Miller2017-09-231-4/+10
|\ \ \
| * | | mac802154: Fix MAC header and payload encryptedDiogenes Pereira2017-09-201-3/+8
| * | | mac802154: replace hardcoded value with macroDiogenes Pereira2017-09-201-1/+2
* | | | net: use 32-bit arithmetic while allocating net deviceAlexey Dobriyan2017-09-231-1/+1
* | | | net: Remove useless function skb_header_releaseGao Feng2017-09-231-1/+1
* | | | net:nfc: use setup_timerAllen Pais2017-09-221-3/+2Star
* | | | bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctlVincent Bernat2017-09-221-0/+3
* | | | net/smc: parameter cleanup in smc_cdc_get_free_slot()Ursula Braun2017-09-223-8/+8
* | | | net: dsa: add port fdb dumpVivien Didelot2017-09-223-7/+14
* | | | net: dsa: better scoping of slave functionsVivien Didelot2017-09-221-14/+15
* | | | net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2017-09-222-17/+35
* | | | net: dsa: Utilize dsa_slave_dev_check()Florian Fainelli2017-09-211-1/+1