summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-08-27net: rfkill: Do not ignore errors from regulator_enable()Luis Henriques
2016-08-27netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore
2016-08-27Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński
2016-08-27net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum
2016-08-27sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-08-27mac80211: mesh: flush mesh paths unconditionallyBob Copeland
2016-08-27ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-08-27sit: correct IP protocol used in ipip6_errSimon Horman
2016-08-21sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-08-21tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh
2016-08-21tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-08-21tcp: make challenge acks less predictableCharles (Chas) Williams
2016-08-21libceph: apply new_state before new_up_client on incrementalsIlya Dryomov
2016-08-21udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-08-21netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-08-21Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler
2016-08-21netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-08-21netfilter: ensure number of counters is >0 in do_replace()Dave Jones
2016-08-21netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-08-21netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-21netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-21netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-08-21netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal
2016-08-21netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal
2016-08-21netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-08-21netfilter: x_tables: check standard target size tooFlorian Westphal
2016-08-21netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-08-21netfilter: x_tables: assert minimum target sizeFlorian Westphal
2016-08-21netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-08-21netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-08-21netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-08-21netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-08-21netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-08-21netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-06-07net: fix a kernel infoleak in x25 moduleKangjie Lu
2016-06-07net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov
2016-06-07VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell
2016-06-07net: fix infoleak in rtnetlinkKangjie Lu
2016-06-07net: fix infoleak in llcKangjie Lu
2016-06-07packet: fix heap info leak in PACKET_DIAG_MCLIST sock_diag interfaceMathias Krause
2016-06-07route: do not cache fib route info on local routes with oifChris Friesen
2016-06-07decnet: Do not build routes to devices without decnet private data.David S. Miller
2016-06-07batman-adv: Fix broadcast/ogm queue limit on a removed interfaceLinus Lüssing
2016-06-07ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni
2016-06-07nl80211: check netlink protocol in socket release notificationDmitry Ivanov
2016-06-07ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo
2016-06-07ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan
2016-06-07ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan
2016-06-07net: Fix use after free in the recvmmsg exit pathArnaldo Carvalho de Melo
2016-06-07udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld