aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-20mac802154: Fix MAC header and payload encryptedDiogenes Pereira1-3/+8
2017-09-20mac802154: replace hardcoded value with macroDiogenes Pereira1-1/+2
2017-09-19ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce1-7/+20
2017-09-19net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning1-2/+3
2017-09-19bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann1-9/+15
2017-09-19ipv4: speedup ipv6 tunnels dismantleEric Dumazet4-24/+24
2017-09-19ipv6: speedup ipv6 tunnels dismantleEric Dumazet4-24/+36
2017-09-19tcp: batch tcp_net_metrics_exitEric Dumazet1-5/+9
2017-09-19ipv6: addrlabel: per netns listEric Dumazet1-51/+30
2017-09-19net_sched: no need to free qdisc in RCU callbackCong Wang1-8/+2
2017-09-19tcp: fastopen: fix on syn-data transmit failureEric Dumazet1-0/+9
2017-09-19net: dsa: move master ethtool codeVivien Didelot7-119/+129
2017-09-19net: dsa: setup master ethtool after dsa_ptrVivien Didelot2-12/+10
2017-09-19net: dsa: setup master ethtool unconditionallyVivien Didelot1-9/+5
2017-09-19net: dsa: remove copy of master ethtool_opsVivien Didelot2-12/+15
2017-09-19net: sk_buff rbnode reorgEric Dumazet2-25/+9
2017-09-19vsock: vmci: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov1-10/+25
2017-09-19Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-0/+6
2017-09-18net_sched: sch_htb: add per class overlimits counterEric Dumazet1-0/+5
2017-09-18tcp: remove two unused functionsYuchung Cheng1-34/+0
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King1-2/+1
2017-09-18net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti1-0/+1
2017-09-18ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long1-0/+3
2017-09-18ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long1-10/+11
2017-09-18nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg1-0/+3
2017-09-18udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan1-0/+1
2017-09-18net: Convert int functions to boolJoe Perches1-18/+18
2017-09-18net: tcp_input: Neaten DBGUNDOJoe Perches1-4/+2
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai1-1/+13
2017-09-18netfilter: nat: Do not use ARRAY_SIZE() on spinlocks to fix zero divGeert Uytterhoeven1-6/+6
2017-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-109/+141
2017-09-16tcp: fix data delivery rateEric Dumazet1-4/+3
2017-09-15sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long1-1/+0
2017-09-15sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2-38/+34
2017-09-15tcp: update skb->skb_mstamp more carefullyEric Dumazet1-7/+12
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-09-15nl80211: check for the required netlink attributes presenceVladis Dronov1-0/+3
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+5
2017-09-14tls: make tls_sw_free_resources staticTobias Klauser1-1/+1
2017-09-13net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet1-2/+2
2017-09-13net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko1-2/+4
2017-09-12ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-12ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan1-1/+1
2017-09-12net_sched: carefully handle tcf_block_put()Cong Wang1-6/+18
2017-09-12net_sched: fix reference counting of tc filter chainCong Wang1-21/+26
2017-09-12net_sched: get rid of tcfa_rcuCong Wang1-9/+8
2017-09-12tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet1-1/+1
2017-09-12openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET1-1/+2
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2-6/+5