summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: do not use udp_ioctl()Eric Dumazet2017-02-103-2/+28
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-092-0/+2
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-091-18/+22
* net: dsa: Do not destroy invalid network devicesFlorian Fainelli2017-02-081-0/+1
* ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
* packet: round up linear to header lenWillem de Bruijn2017-02-081-3/+4
* net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
* sit: fix a double free on error pathWANG Cong2017-02-081-0/+1
* ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-02-081-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0717-96/+102
|\
| * sctp: check af before verify address in sctp_addr_id2transportXin Long2017-02-071-1/+1
| * sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-02-071-1/+2
| * udp: properly cope with csum errorsEric Dumazet2017-02-073-4/+8
| * tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-061-0/+6
| * ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-02-061-2/+8
| * Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-02-063-4/+5
| |\
| | * nl80211: Fix mesh HT operation checkMasashi Honma2017-02-061-0/+1
| | * mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-061-1/+1
| | * mac80211: Allocate a sync skcipher explicitly for FILS AEADJouni Malinen2017-02-061-2/+2
| | * mac80211: Fix FILS AEAD protection in Association Request frameJouni Malinen2017-02-061-1/+1
| * | ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-061-11/+13
| |/
| * ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-051-19/+21
| * netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-041-0/+4
| * ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-1/+8
| * net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-031-18/+13
| * ethtool: do not vzalloc(0) on registers dumpStanislaw Gruszka2017-02-031-3/+6
| * ipv6: sr: remove cleanup flag and fix HMAC computationDavid Lebrun2017-02-032-32/+7
* | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-021-1/+1
|\ \ | |/ |/|
| * svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-01-311-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0110-103/+86
|\ \ | |/ |/|
| * tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-011-2/+4
| * ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-011-1/+1
| * net/sched: matchall: Fix configuration raceYotam Gigi2017-02-011-82/+45
| * net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman2017-01-301-2/+2
| * Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm...David S. Miller2017-01-301-7/+16
| |\
| | * can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-01-301-7/+16
| * | ipv6: Paritially checksum full MTU framesVlad Yasevich2017-01-301-1/+1
| |/
| * can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-295-8/+17
* | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-282-0/+6
|\ \ | |/ |/|
| * SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-01-242-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-2752-268/+407
|\ \ | |/ |/|
| * tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-01-275-9/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-01-2619-88/+103
| |\
| | * netfilter: nf_tables: bump set->ndeact on set flushPablo Neira Ayuso2017-01-241-0/+1
| | * netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso2017-01-243-14/+14
| | * netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCLPablo Neira Ayuso2017-01-241-7/+9
| | * netfilter: nft_log: restrict the log prefix length to 127Liping Zhang2017-01-242-2/+2
| | * netfilter: nf_tables: validate the name size when possibleLiping Zhang2017-01-234-11/+22
| | * netfilter: conntrack: refine gc worker heuristics, reduxFlorian Westphal2017-01-191-19/+20
| | * netfilter: conntrack: remove GC_MAX_EVICTS breakFlorian Westphal2017-01-191-5/+2