aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-17irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22
2017-02-15rhashtable: Revert nested table changes.David S. Miller2-23/+11
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe1-1/+2
2017-02-14tcp: tcp_probe: use spin_lock_bh()Eric Dumazet1-2/+2
2017-02-14packet: fix races in fanout_add()Eric Dumazet1-25/+30
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong1-2/+4
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton3-8/+21
2017-02-14ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-02-13tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2-11/+23
2017-02-13NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2017-02-12net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2-0/+6
2017-02-10l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-02-09igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2-0/+2
2017-02-09kcm: fix 0-length case for kcm_sendmsg()WANG Cong1-18/+22
2017-02-08net: dsa: Do not destroy invalid network devicesFlorian Fainelli1-0/+1
2017-02-08ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-08packet: round up linear to header lenWillem de Bruijn1-3/+4
2017-02-08net: introduce device min_header_lenWillem de Bruijn1-0/+1
2017-02-08sit: fix a double free on error pathWANG Cong1-0/+1
2017-02-08ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe1-0/+6
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-96/+102
2017-02-07sctp: check af before verify address in sctp_addr_id2transportXin Long1-1/+1
2017-02-07sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-02-07udp: properly cope with csum errorsEric Dumazet3-4/+8
2017-02-06tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-06ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing1-2/+8
2017-02-06Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller3-4/+5
2017-02-06ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-02-06nl80211: Fix mesh HT operation checkMasashi Honma1-0/+1
2017-02-06mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-02-06mac80211: Allocate a sync skcipher explicitly for FILS AEADJouni Malinen1-2/+2
2017-02-06mac80211: Fix FILS AEAD protection in Association Request frameJouni Malinen1-1/+1
2017-02-05ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+21
2017-02-04netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-04ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-02-03net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-03ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka1-3/+6
2017-02-03ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2-32/+7
2017-02-02Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2017-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-103/+86
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi1-82/+45
2017-01-31svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman1-2/+2
2017-01-30Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-7/+16