summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-26netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina1-13/+26
2017-02-26net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-02-26ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-26irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-26dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-26net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe1-1/+2
2017-02-26packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22
2017-02-26packet: fix races in fanout_add()Eric Dumazet1-25/+30
2017-02-26net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2-0/+6
2017-02-26kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong1-2/+4
2017-02-26kcm: fix 0-length case for kcm_sendmsg()WANG Cong1-18/+22
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira5-9/+9
2017-02-18tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2-0/+2
2017-02-18igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2-0/+2
2017-02-18mld: do not remove mld souce list info when set link downHangbin Liu1-21/+30
2017-02-18l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-02-18net: dsa: Do not destroy invalid network devicesFlorian Fainelli1-0/+1
2017-02-18ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-02-18packet: round up linear to header lenWillem de Bruijn1-3/+4
2017-02-18net: introduce device min_header_lenWillem de Bruijn1-0/+1
2017-02-18sit: fix a double free on error pathWANG Cong1-0/+1
2017-02-18sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-02-18tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-02-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-02-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+21
2017-02-18netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-02-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-02-18net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-02-18tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-02-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-02-18net/sched: matchall: Fix configuration raceYotam Gigi1-82/+45
2017-02-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2017-02-15mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-02-15nl80211: Fix mesh HT operation checkMasashi Honma1-0/+1
2017-02-09can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-02-09svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-02-04net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-02-04lwtunnel: Fix oops on state free after encap module unloadRobert Shearman1-1/+13
2017-02-04net: Specify the owning module for lwtunnel opsRobert Shearman3-0/+4
2017-02-04af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-02-04net: mpls: Fix multipath selection for LSR use caseDavid Ahern1-23/+25
2017-02-04bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera1-14/+19
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-02-04ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-02-04lwtunnel: fix autoload of lwt modulesDavid Ahern3-7/+75
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-02-04virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang1-1/+1
2017-02-04net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim1-3/+2
2017-02-04ax25: Fix segfault after sock connection timeoutBasil Gunn1-1/+1