summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: add an epoch_barrier field to struct ceph_osd_clientJeff Layton2017-05-042-8/+74
* libceph: abort already submitted but abortable requests when map or pool goes...Jeff Layton2017-05-041-0/+34
* libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton2017-05-041-0/+7
* libceph: remove req->r_replay_versionJeff Layton2017-05-042-6/+5Star
* libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova2017-05-041-1/+1
* libceph: convert ceph_osd.o_ref from atomic_t to refcount_tElena Reshetova2017-05-041-8/+8
* libceph: convert ceph_snap_context.nref from atomic_t to refcount_tElena Reshetova2017-05-041-3/+3
* libceph: supported_features module parameterIlya Dryomov2017-05-041-0/+11
* libceph, ceph: always advertise all supported featuresIlya Dryomov2017-05-041-10/+6Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-286-13/+53
|\
| * net: adjust skb->truesize in ___pskb_trim()Eric Dumazet2017-04-281-0/+2
| * tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-04-281-7/+12
| * ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert2017-04-281-0/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-282-1/+5
| |\
| | * xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca2017-04-271-1/+1
| | * xfrm: do the garbage collection after flushing policyXin Long2017-04-261-0/+4
| * | tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan2017-04-281-0/+8
| * | tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan2017-04-281-3/+22
| * | tipc: Fix missing connection request handlingParthasarathy Bhuvaragan2017-04-281-2/+1Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-04-271-0/+4
|\ \ \ | |/ / |/| |
| * | p9_client_readdir() fixAl Viro2017-04-171-0/+4
* | | ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1Star
* | | tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3Star
* | | ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
* | | net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
| |/ |/|
* | net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
* | net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
* | bridge: move bridge multicast cleanup to ndo_uninitXin Long2017-04-252-1/+1
* | ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
* | tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
* | tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
* | ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
* | net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
* | udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-04-241-0/+3
* | ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
* | netpoll: Check for skb->queue_mappingTushar Dave2017-04-211-2/+8
* | ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6Star
* | net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter2017-04-211-1/+3
* | net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-211-0/+4
* | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-211-4/+14
* | ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0Star
* | net sched actions: allocate act cookie earlyWolfgang Bumiller2017-04-201-23/+32
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-201-29/+64
|\ \
| * | af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu2017-04-181-21/+26
| * | af_key: Add lock to key dumpYuejie Shi2017-04-031-8/+38
* | | ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun2017-04-201-0/+3
* | | mac80211: reject ToDS broadcast data framesJohannes Berg2017-04-201-0/+21
* | | Merge tag 'mac80211-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-04-201-18/+47
|\ \ \
| * | | mac80211: fix MU-MIMO follow-MAC modeJohannes Berg2017-04-131-18/+47
* | | | ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal2017-04-171-2/+5