Age | Commit message (Expand) | Author | Files | Lines |
2017-02-10 | l2tp: do not use udp_ioctl() | Eric Dumazet | 3 | -2/+28 |
2017-02-10 | igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() | Hangbin Liu | 2 | -0/+2 |
2017-02-10 | kcm: fix 0-length case for kcm_sendmsg() | WANG Cong | 1 | -18/+22 |
2017-02-08 | net: dsa: Do not destroy invalid network devices | Florian Fainelli | 1 | -0/+1 |
2017-02-08 | ping: fix a null pointer dereference | WANG Cong | 1 | -0/+2 |
2017-02-08 | packet: round up linear to header len | Willem de Bruijn | 1 | -3/+4 |
2017-02-08 | net: introduce device min_header_len | Willem de Bruijn | 1 | -0/+1 |
2017-02-08 | sit: fix a double free on error path | WANG Cong | 1 | -0/+1 |
2017-02-08 | ipv6: addrconf: fix generation of new temporary addresses | Marcus Huewe | 1 | -0/+6 |
2017-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -96/+102 |
2017-02-07 | sctp: check af before verify address in sctp_addr_id2transport | Xin Long | 1 | -1/+1 |
2017-02-07 | sctp: avoid BUG_ON on sctp_wait_for_sndbuf | Marcelo Ricardo Leitner | 1 | -1/+2 |
2017-02-07 | udp: properly cope with csum errors | Eric Dumazet | 3 | -4/+8 |
2017-02-07 | tcp: avoid infinite loop in tcp_splice_read() | Eric Dumazet | 1 | -0/+6 |
2017-02-06 | ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches | Linus Lüssing | 1 | -2/+8 |
2017-02-06 | Merge tag 'mac80211-for-davem-2017-02-06' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 3 | -4/+5 |
2017-02-06 | ipv6: tcp: add a missing tcp_v6_restore_cb() | Eric Dumazet | 1 | -11/+13 |
2017-02-06 | nl80211: Fix mesh HT operation check | Masashi Honma | 1 | -0/+1 |
2017-02-06 | mac80211: Fix adding of mesh vendor IEs | Thorsten Horstmann | 1 | -1/+1 |
2017-02-06 | mac80211: Allocate a sync skcipher explicitly for FILS AEAD | Jouni Malinen | 1 | -2/+2 |
2017-02-06 | mac80211: Fix FILS AEAD protection in Association Request frame | Jouni Malinen | 1 | -1/+1 |
2017-02-06 | ip6_gre: fix ip6gre_err() invalid reads | Eric Dumazet | 1 | -19/+21 |
2017-02-05 | netlabel: out of bound access in cipso_v4_validate() | Eric Dumazet | 1 | -0/+4 |
2017-02-05 | ipv4: keep skb->dst around in presence of IP options | Eric Dumazet | 1 | -1/+8 |
2017-02-04 | net: use a work queue to defer net_disable_timestamp() work | Eric Dumazet | 1 | -18/+13 |
2017-02-03 | ethtool: do not vzalloc(0) on registers dump | Stanislaw Gruszka | 1 | -3/+6 |
2017-02-03 | ipv6: sr: remove cleanup flag and fix HMAC computation | David Lebrun | 2 | -32/+7 |
2017-02-02 | Merge tag 'nfsd-4.10-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+1 |
2017-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 10 | -103/+86 |
2017-02-01 | tcp: fix 0 divide in __tcp_select_window() | Eric Dumazet | 1 | -2/+4 |
2017-02-01 | ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() | Dan Carpenter | 1 | -1/+1 |
2017-02-01 | net/sched: matchall: Fix configuration race | Yotam Gigi | 1 | -82/+45 |
2017-01-31 | svcrpc: fix oops in absence of krb5 module | J. Bruce Fields | 1 | -1/+1 |
2017-01-31 | net/sched: cls_flower: Correct matching on ICMPv6 code | Simon Horman | 1 | -2/+2 |
2017-01-31 | Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm... | David S. Miller | 1 | -7/+16 |
2017-01-30 | ipv6: Paritially checksum full MTU frames | Vlad Yasevich | 1 | -1/+1 |
2017-01-30 | can: bcm: fix hrtimer/tasklet termination in bcm op removal | Oliver Hartkopp | 1 | -7/+16 |
2017-01-30 | can: Fix kernel panic at security_sock_rcv_skb | Eric Dumazet | 5 | -8/+17 |
2017-01-28 | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -0/+6 |
2017-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 52 | -268/+407 |
2017-01-27 | tcp: don't annotate mark on control socket from tcp_v6_send_response() | Pablo Neira | 5 | -9/+9 |
2017-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 19 | -88/+103 |
2017-01-26 | Merge tag 'batadv-net-for-davem-20170125' of git://git.open-mesh.org/linux-merge | David S. Miller | 1 | -5/+5 |
2017-01-25 | net: dsa: Bring back device detaching in dsa_slave_suspend() | Florian Fainelli | 1 | -0/+2 |
2017-01-25 | tcp: correct memory barrier usage in tcp_check_space() | Jason Baron | 1 | -1/+1 |
2017-01-25 | sctp: sctp gso should set feature with NETIF_F_SG when calling skb_segment | Xin Long | 1 | -1/+1 |
2017-01-25 | sctp: sctp_addr_id2transport should verify the addr before looking up assoc | Xin Long | 1 | -1/+5 |
2017-01-25 | lwtunnel: Fix oops on state free after encap module unload | Robert Shearman | 1 | -1/+5 |
2017-01-25 | net: Specify the owning module for lwtunnel ops | Robert Shearman | 5 | -0/+6 |
2017-01-25 | tipc: fix cleanup at module unload | Parthasarathy Bhuvaragan | 1 | -3/+1 |