summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-07-10mac80211: fix txq queue related crashesMichal Kazior
2016-07-10mac80211: fix unnecessary frame drops in mesh fwdingMichal Kazior
2016-07-10mac80211: fix ibss scan parametersSara Sharon
2016-07-10mac80211: avoid excessive stack usage in sta_infoArnd Bergmann
2016-07-10ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-07-10ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-07-10ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-07-10rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-07-10ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet
2016-07-10xfrm: Fix crash observed during device unregistration and decryptionsubashab@codeaurora.org
2016-07-10ipv4: fix broadcast packets receptionPaolo Abeni
2016-07-10net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-07-10ipv4: Don't do expensive useless work during inetdev destroy.David S. Miller
2016-07-10packet: validate variable length ll headersWillem de Bruijn
2016-07-10ax25: add link layer header validation functionWillem de Bruijn
2016-07-10packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2016-07-10udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld
2016-07-10ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal
2016-07-10mld, igmp: Fix reserved tailroom calculationBenjamin Poirier
2016-07-10sctp: lack the check for ports in sctp_v6_cmp_addrXin Long
2016-07-10tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris
2016-07-10tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov
2016-07-10nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields
2016-07-09af_unix: Fix splice-bind deadlockRainer Weikusat
2016-06-18wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti
2016-06-17mac80211: mesh: flush mesh paths unconditionallyBob Copeland
2016-06-06sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-05-17nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds
2016-05-08nl80211: check netlink protocol in socket release notificationDmitry Ivanov
2016-05-08netlink: don't send NETLINK_URELEASE for unbound socketsDmitry Ivanov
2016-04-25tcp_cubic: do not set epoch_start in the futureEric Dumazet
2016-04-20tcp_cubic: better follow cubic curve after idle periodEric Dumazet
2016-04-20mac80211: properly deal with station hashtable insert errorsJohannes Berg
2016-03-22mac80211: Fix Public Action frame RX in AP modeJouni Malinen
2016-03-22mac80211: check PN correctly for GCMP-encrypted fragmented MPDUsJohannes Berg
2016-03-17mac80211: minstrel_ht: set default tx aggregation timeout to 0Felix Fietkau
2016-03-17mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann
2016-03-17mac80211: fix use of uninitialised values in RX aggregationChris Bainbridge
2016-03-17cfg80211/wext: fix message orderingJohannes Berg
2016-03-17wext: fix message delay/orderingJohannes Berg
2016-03-14ipv6: drop frames with attached skb->sk in forwardingHannes Frederic Sowa
2016-03-07libceph: use the right footer size when skipping a messageIlya Dryomov
2016-03-07libceph: don't bail early from try_read() when skipping a messageIlya Dryomov
2016-03-07sunrpc/cache: fix off-by-one in qword_get()Stefan Hajnoczi
2016-03-04sctp: Fix port hash table size computationNeil Horman
2016-03-04unix_diag: fix incorrect sign extension in unix_lookup_by_inoDmitry V. Levin
2016-03-04rtnl: RTM_GETNETCONF: fix wrong return valueAnton Protopopov
2016-03-04route: check and remove route cache when we get routeXin Long
2016-03-04l2tp: Fix error creating L2TP tunnelsMark Tomlinson
2016-03-04af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat