summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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/+0
| | * | | 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/+2
* | | | 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
* | | | Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"David S. Miller2017-09-211-3/+1
* | | | udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni2017-09-201-2/+1
* | | | bridge: also trigger RTM_NEWLINK when interface is released from bridgeVincent Bernat2017-09-201-1/+3
* | | | ipv6: Use ipv6_authlen for len in ipv6_skip_exthdrXiang Gao2017-09-201-1/+1
|/ / /
* | | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-204-24/+24
* | | ipv6: speedup ipv6 tunnels dismantleEric Dumazet2017-09-204-24/+36
* | | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-201-5/+9
* | | ipv6: addrlabel: per netns listEric Dumazet2017-09-201-51/+30
* | | net_sched: no need to free qdisc in RCU callbackCong Wang2017-09-201-8/+2
* | | net: dsa: move master ethtool codeVivien Didelot2017-09-207-119/+129
* | | net: dsa: setup master ethtool after dsa_ptrVivien Didelot2017-09-202-12/+10
* | | net: dsa: setup master ethtool unconditionallyVivien Didelot2017-09-201-9/+5
* | | net: dsa: remove copy of master ethtool_opsVivien Didelot2017-09-202-12/+15
* | | net: sk_buff rbnode reorgEric Dumazet2017-09-202-25/+9
* | | vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-191-1/+0
* | | net_sched: sch_htb: add per class overlimits counterEric Dumazet2017-09-191-0/+5
* | | net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King2017-09-191-2/+1
* | | net: Convert int functions to boolJoe Perches2017-09-181-18/+18
* | | net: tcp_input: Neaten DBGUNDOJoe Perches2017-09-181-4/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-1615-109/+141
|\ \
| * | tcp: fix data delivery rateEric Dumazet2017-09-161-4/+3
| * | sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long2017-09-151-1/+0
| * | sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-152-38/+34
| * | tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-09-151-7/+12
| * | net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern2017-09-151-2/+6