summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-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-18l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
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/+22
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-18can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2017-02-14mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+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-04af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
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-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-02-04ax25: Fix segfault after sock connection timeoutBasil Gunn1-1/+1
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-1/+2
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern1-1/+1
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2-5/+9
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2-0/+6
2017-01-26svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna1-2/+0
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2017-01-19nl80211: fix sched scan netlink socket owner destructionJohannes Berg1-9/+7
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern1-2/+7
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-01-15ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck1-1/+1
2017-01-15igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2017-01-15drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang1-1/+7
2017-01-15drop_monitor: add missing call to genlmsg_endReiter Wolfgang1-9/+24
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3