summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-14mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-02-14nl80211: 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
2017-02-04ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki1-2/+2
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson1-2/+4
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-26libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2-25/+61
2017-01-26libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2-8/+9
2017-01-26xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2017-01-26xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever3-13/+30
2017-01-26libceph: make sure ceph_aes_crypt() IV is alignedIlya Dryomov1-1/+1