summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: make sure need_resend targets reflect latest mapIlya Dryomov2017-07-072-9/+26
* libceph: delete from need_resend_linger before check_linger_pool_dne()Ilya Dryomov2017-07-071-0/+1
* libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-072-11/+17
* libceph: drop need_resend from calc_target()Ilya Dryomov2017-07-071-7/+11
* libceph: MOSDOp v8 encoding (actual spgid + full hash)Ilya Dryomov2017-07-071-19/+134
* libceph: ceph_connection_operations::reencode_message() methodIlya Dryomov2017-07-071-2/+5
* libceph: encode_{pgid,oloc}() helpersIlya Dryomov2017-07-071-23/+27
* libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-073-3/+48
* libceph: new pi->last_force_request_resendIlya Dryomov2017-07-071-0/+37
* libceph: fold [l]req->last_force_resend into ceph_osd_request_targetIlya Dryomov2017-07-071-11/+10
* libceph: support SERVER_JEWEL feature bitsIlya Dryomov2017-07-071-1/+7
* libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Ilya Dryomov2017-07-071-4/+6
* libceph: remove ceph_sanitize_features() workaroundIlya Dryomov2017-07-071-2/+1
* net: handle NAPI_GRO_FREE_STOLEN_HEAD case also in napi_frags_finish()Michal Kubeček2017-06-291-7/+17
* net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
* net: prevent sign extension in dev_get_stats()Eric Dumazet2017-06-271-3/+3
* tcp: reset sk_rx_dst in tcp_disconnect()WANG Cong2017-06-251-0/+2
* net: ipv6: reset daddr and dport in sk if connect() failsWei Wang2017-06-252-2/+9
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-06-237-11/+45
|\
| * esp6_offload: Fix IP6CB(skb)->nhoff for ESP GROYossi Kuperman2017-06-221-0/+25
| * xfrm6: Fix IPv6 payload_len in xfrm6_transport_finishYossi Kuperman2017-06-221-1/+1
| * xfrm: NULL dereference on allocation failureDan Carpenter2017-06-141-0/+1
| * xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter2017-06-141-4/+12
| * xfrm: move xfrm_garbage_collect out of xfrm_policy_flushHangbin Liu2017-06-123-4/+3
| * xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu2017-06-072-2/+3
* | sit: use __GFP_NOWARN for user controlled allocationWANG Cong2017-06-231-1/+1
* | net: account for current skb length when deciding about UFOMichal Kubeček2017-06-232-2/+3
* | ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-06-221-2/+3
* | ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-06-221-1/+5
* | igmp: add a missing spin_lock_init()WANG Cong2017-06-201-0/+1
* | rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych2017-06-201-0/+2
* | ipv6: Do not leak throw route referencesSerhey Popovych2017-06-202-18/+7
* | net/core: remove explicit do_softirq() from busy_poll_stop()Sebastian Siewior2017-06-201-2/+0
* | fib_rules: Resolve goto rules target on deleteSerhey Popovych2017-06-201-7/+14
* | sctp: ensure ep is not destroyed before doing the dumpXin Long2017-06-192-2/+4
* | net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-06-191-1/+2
* | Merge tag 'mac80211-for-davem-2017-06-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-192-16/+25
|\ \
| * | dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-142-6/+19
| * | wireless: wext: use struct iwreq earlier in the call chainJohannes Berg2017-06-141-8/+7
| * | wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg2017-06-141-3/+0
* | | ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2017-06-181-2/+2
* | | decnet: always not take dst->__refcnt when inserting dst into hash tableWei Wang2017-06-161-10/+4
* | | ip6_tunnel: fix potential issue in __ip6_tnl_rcvHaishuang Yan2017-06-161-0/+2
* | | ip_tunnel: fix potential issue in ip_tunnel_rcvHaishuang Yan2017-06-161-0/+2
* | | sctp: return next obj by passing pos + 1 into sctp_transport_get_idxXin Long2017-06-151-3/+2
* | | rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells2017-06-151-30/+34
* | | ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-06-151-3/+3
* | | net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2017-06-142-3/+7
* | | net/act_pedit: fix an error codeDan Carpenter2017-06-141-1/+3
* | | net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong2017-06-141-5/+3