summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: fix misjudgement of maximum monitor numberChengguang Xu2018-04-021-1/+1
* libceph, ceph: change permission for readonly debugfs entriesChengguang Xu2018-04-021-5/+5
* ceph: add newline to end of debug message formatChengguang Xu2018-04-021-1/+1
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-023-38/+37
* libceph: striping framework implementationIlya Dryomov2018-04-022-0/+227
* libceph: handle zero-length data itemsIlya Dryomov2018-04-021-2/+12
* libceph: introduce BVECS data typeIlya Dryomov2018-04-022-0/+114
* libceph, rbd: new bio handling code (aka don't clone bios)Ilya Dryomov2018-04-022-72/+42
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-022-10/+6
* libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov2018-04-021-60/+28
* Merge tag 'kbuild-fixes-v4.16-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-301-1/+1
|\
| * netfilter: nf_nat_snmp_basic: add correct dependency to MakefileMasahiro Yamada2018-03-291-1/+1
* | net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
* | ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun2018-03-301-9/+7
* | net: Fix untag for vlan packets without ethernet headerToshiaki Makita2018-03-301-2/+4
* | ip_tunnel: Resolve ipsec merge conflict properly.David S. Miller2018-03-291-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-295-18/+38
|\ \
| * | xfrm: Fix transport mode skb control buffer usage.Steffen Klassert2018-03-231-0/+6
| * | vti6: Fix dev->max_mtu settingStefano Brivio2018-03-191-1/+1
| * | vti6: Keep set MTU on link creation or change, validate itStefano Brivio2018-03-191-8/+16
| * | vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio2018-03-191-4/+6
| * | vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-03-191-1/+0
| * | ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio2018-03-191-1/+7
| * | vti4: Don't count header length twice on tunnel setupStefano Brivio2018-03-191-1/+0
| * | xfrm: fix rcu_read_unlock usage in xfrm_local_errorTaehee Yoo2018-03-161-2/+3
* | | net/smc: use announced length in sock_recvmsg()Ursula Braun2018-03-271-1/+1
* | | llc: properly handle dev_queue_xmit() return valueCong Wang2018-03-272-15/+32
* | | strparser: Fix sign of err codesDave Watson2018-03-271-2/+2
* | | net sched actions: fix dumping which requires several messages to user spaceCraig Dillabaugh2018-03-271-1/+3
* | | net: fix possible out-of-bound read in skb_network_protocol()Eric Dumazet2018-03-271-1/+1
* | | Merge tag 'batadv-net-for-davem-20180326' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-03-272-3/+6
|\ \ \
| * | | batman-adv: fix packet loss for broadcasted DHCP packets to a serverLinus Lüssing2018-03-241-1/+4
| * | | batman-adv: fix multicast-via-unicast transmission with AP isolationLinus Lüssing2018-03-241-2/+2
* | | | net: sched, fix OOO packets with pfifo_fastJohn Fastabend2018-03-261-4/+13
* | | | ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-03-251-4/+9
* | | | netlink: make sure nladdr has correct size in netlink_connect()Alexander Potapenko2018-03-251-0/+3
* | | | net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-253-0/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-245-29/+105
|\ \ \ \
| * | | | netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2018-03-242-4/+8
| * | | | netfilter: nf_tables: do not hold reference on netdevice from preparation phasePablo Neira Ayuso2018-03-221-15/+4
| * | | | netfilter: nf_tables: cache device name in flowtable objectPablo Neira Ayuso2018-03-221-6/+9
| * | | | netfilter: drop template ct when conntrack is skipped.Paolo Abeni2018-03-221-1/+13
| * | | | netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal2018-03-201-0/+3
| * | | | netfilter: nf_tables: permit second nat hook if colliding hook is going awayFlorian Westphal2018-03-201-1/+63
| * | | | netfilter: nf_tables: meter: pick a set backend that supports updatesFlorian Westphal2018-03-202-2/+5
* | | | | ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet2018-03-231-6/+7
* | | | | ip_tunnel: Emit events for post-register MTU changesPetr Machata2018-03-231-5/+21
* | | | | Merge tag 'mac80211-for-davem-2018-03-21' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-03-222-1/+3
|\ \ \ \ \
| * | | | | mac80211: add ieee80211_hw flag for QoS NDP supportBen Caradoc-Davies2018-03-212-1/+3
* | | | | | net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1