aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-09can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp
2017-02-09svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields
2017-02-04net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli
2017-02-04af_unix: move unix_mknod() out of bindlockWANG Cong
2017-02-04bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera
2017-02-04tcp: initialize max window for a new fastopen socketAlexey Kodanev
2017-02-04ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang
2017-02-04net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet
2017-02-04ax25: Fix segfault after sock connection timeoutBasil Gunn
2017-02-04openvswitch: maintain correct checksum state in conntrack actionsLance Richardson
2017-02-04tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson
2017-02-04net: ipv4: fix table id in getroute responseDavid Ahern
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-02-01SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee
2017-01-26svcrdma: avoid duplicate dma unmapping during error recoverySriharsha Basavapatna
2017-01-26svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields
2017-01-19nl80211: fix sched scan netlink socket owner destructionJohannes Berg
2017-01-15net: ipv4: Fix multipath selection with vrfDavid Ahern
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-01-15gro: use min_t() in skb_gro_reset_offset()Eric Dumazet
2017-01-15gro: Enter slow-path if there is no tailroomHerbert Xu
2017-01-15ipv4: Do not allow MAIN to be alias for new LOCAL w/ custom rulesAlexander Duyck
2017-01-15igmp: Make igmp group member RFC 3376 compliantMichal Tesar
2017-01-15drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang
2017-01-15drop_monitor: add missing call to genlmsg_endReiter Wolfgang
2017-01-15net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2017-01-15ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2017-01-12mac80211: initialize fast-xmit 'info' laterJohannes Berg
2017-01-09libceph: verify authorize reply on connectIlya Dryomov
2017-01-09cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg
2016-12-15batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann
2016-12-15can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde
2016-12-10esp6: Fix integrity verification when ESN are usedTobias Brunner
2016-12-10esp4: Fix integrity verification when ESN are usedTobias Brunner
2016-12-10ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-10ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-10net: ping: check minimum size on ICMP header lengthKees Cook
2016-12-10net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-10packet: fix race condition in packet_set_ringPhilip Pettersson
2016-12-10net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet
2016-12-10netlink: Do not schedule work from sk_destructHerbert Xu
2016-12-10netlink: Call cb->done from a worker threadHerbert Xu
2016-12-10net/sched: pedit: make sure that offset is validAmir Vadai
2016-12-10net, sched: respect rcu grace period on cls destructionDaniel Borkmann
2016-12-10l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault
2016-12-10rtnetlink: fix FDB size computationSabrina Dubroca
2016-12-10af_unix: conditionally use freezable blocking calls in readWANG Cong
2016-12-10ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni
2016-12-10net: check dead netns for peernet2id_alloc()WANG Cong
2016-12-02flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet