summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-07-211-2/+3
* net: sched: Fix one possible panic when no destroy callbackGao Feng2017-07-211-1/+2
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-07-215-23/+19
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-07-051-3/+4
* xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-07-051-4/+12
* xfrm: NULL dereference on allocation failureDan Carpenter2017-07-051-0/+1
* xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca2017-07-051-47/+0
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-07-052-14/+20
* sctp: check af before verify address in sctp_addr_id2transportXin Long2017-07-051-1/+1
* tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan2017-07-055-13/+13
* mac80211: initialize SMPS field in HT capabilitiesFelix Fietkau2017-07-051-4/+9
* mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-07-053-9/+25
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-07-052-0/+5
* net: dsa: Check return value of phy_connect_direct()Florian Fainelli2017-07-051-4/+2
* net: ethtool: Initialize buffer when querying device channel settingsEran Ben Elisha2017-07-051-1/+1
* l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-07-053-16/+35
* l2tp: hold session while sending creation notificationsGuillaume Nault2017-07-051-2/+4
* l2tp: fix duplicate session creationGuillaume Nault2017-07-053-56/+84
* l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-07-051-4/+11
* l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-07-054-23/+88
* netfilter: synproxy: fix conntrackd interactionEric Leblond2017-07-051-0/+4
* netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-07-051-1/+5
* rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-07-051-0/+2
* ipv6: Do not leak throw route referencesSerhey Popovych2017-07-052-18/+7
* net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-07-051-1/+2
* decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-07-051-10/+4
* sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-07-051-3/+2
* ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-07-051-3/+3
* igmp: add a missing spin_lock_init()WANG Cong2017-07-051-0/+1
* igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong2017-07-051-8/+13
* proc: snmp6: Use correct type in memsetChristian Perle2017-07-051-1/+1
* net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai2017-07-051-1/+1
* net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfxJia-Ju Bai2017-07-051-5/+1
* sctp: disable BH in sctp_for_each_endpointXin Long2017-07-051-2/+2
* Fix an intermittent pr_emerg warning about lo becoming free.Krister Johansen2017-07-051-0/+14
* af_unix: Add sockaddr length checks before accessing sa_family in bind and co...Mateusz Jurczyk2017-07-051-1/+6
* net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-07-051-1/+2
* decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk2017-07-051-1/+3
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-07-051-1/+2
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-07-051-2/+4
* rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-291-30/+34
* mac80211: don't send SMPS action frame in AP mode when not neededEmmanuel Grumbach2017-06-241-0/+2
* mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-241-1/+1
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-06-242-5/+8
* mac80211: fix IBSS presp allocation sizeJohannes Berg2017-06-241-0/+2
* mac80211: fix packet statistics for fast-RXJohannes Berg2017-06-241-0/+1
* mac80211: fix CSA in IBSS modeKoen Vandeputte2017-06-241-2/+2
* mac80211/wpa: use constant time memory comparison for MACsJason A. Donenfeld2017-06-241-4/+5
* mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-241-1/+5
* ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-241-0/+1